Html Css Color HEX #147199 Cerulean

📋 copy color: '#147199'

red 20 ◦ green 113 ◦ blue 153

#147199
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cerulean #147199

Tints of Cerulean #147199

RGB

 RED value IS 20 (8.2% from 255) = 6.99%

 GREEN value IS 113 (44.53% from 255) = 39.51%

 BLUE value IS 153 (60.16% from 255) = 53.5%

R = 6.99%
G = 39.51%
B = 53.5%

CMYK

 C value IS 0.87

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#147199 (or 0x147199) is known color: Cerulean. HEX triplet: 14, 71 and 99. RGB value is (20,113,153). Sum of RGB (Red+Green+Blue) = 20+113+153=286 (37% of max value = 765). Red value is 20 (8.20% from 255 or 6.99% from 286); Green value is 113 (44.53% from 255 or 39.51% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #147199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #147199 is #EB8E66. Grayscale: #595959. Windows color (decimal): -15437415 or 10055956. OLE color: 10055956.

HSL color Cylindrical-coordinate representation of color #147199: hue angle of 198.05º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #147199 is Cyan = 0.87, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 20 113 153 -
CMYK 0.87 0.26 0 0.4
HSL 198.05º 0.77% 0.34% -
HSV(B) 198.05º 0.87% 0.6% -
XYZ 11.94 14.26 32.26 -
YUV 89.75 163.69 78.25 -
System Red Green Blue C M Y K H S L
Decimal 20 113 153 0.87 0.26 0 0.4 198.05 0.77 0.34
Hex 14 71 99 57 1A 0 28 C6 4D 22
Octal 24 161 231 127 32 0 50 306 115 42
Binary 10100 1110001 10011001 1010111 11010 0 101000 11000110 1001101 100010

Color Harmonies of #147199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #147199

Black with #147199

Text Example


Text Example

White with #147199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #147199; }

 p { color: rgb(20,113,153); }

 H1.HeaderClassName
 {
   color: #147199;
 }
 .AnyTagClassName
 {
   color: #147199;
 }
</style>

background-color css

<style>
 a { background-color: #147199; }

 a { background-color: rgb(20,113,153); }

 div.DivClassName
 {
   background-color: #147199;
 }
 .BgClassName
 {
   background-color: #147199;
 }
</style>

border-color css

<style>
 span { border-color: #147199; }

 span { border-color: rgb(20,113,153); }

 td.TdClassName
 {
   border-color: #147199;
 }
 .TagClassName
 {
   border-color: #147199;
 }
</style>