Html Css Color HEX #137196 Cerulean

📋 copy color: '#137196'

red 19 ◦ green 113 ◦ blue 150

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

Shades of Cerulean #137196

Tints of Cerulean #137196

RGB

 RED value IS 19 (7.81% from 255) = 6.74%

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

 BLUE value IS 150 (58.98% from 255) = 53.19%

R = 6.74%
G = 40.07%
B = 53.19%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#137196 (or 0x137196) is known color: Cerulean. HEX triplet: 13, 71 and 96. RGB value is (19,113,150). Sum of RGB (Red+Green+Blue) = 19+113+150=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 113 (44.53% from 255 or 40.07% from 282); Blue value is 150 (58.98% from 255 or 53.19% from 282); Max value from RGB is 150 - color contains mainly: blue. Hex color #137196 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137196 is #EC8E69. Grayscale: #585858. Windows color (decimal): -15502954 or 9859347. OLE color: 9859347.

HSL color Cylindrical-coordinate representation of color #137196: hue angle of 196.95º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #137196 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 113 150 -
CMYK 0.87 0.25 0 0.41
HSL 196.95º 0.78% 0.33% -
HSV(B) 196.95º 0.87% 0.59% -
XYZ 11.68 14.15 30.97 -
YUV 89.11 162.36 77.99 -
System Red Green Blue C M Y K H S L
Decimal 19 113 150 0.87 0.25 0 0.41 196.95 0.78 0.33
Hex 13 71 96 57 19 0 29 C5 4E 21
Octal 23 161 226 127 31 0 51 305 116 41
Binary 10011 1110001 10010110 1010111 11001 0 101001 11000101 1001110 100001

Color Harmonies of #137196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137196

Black with #137196

Text Example


Text Example

White with #137196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137196; }

 p { color: rgb(19,113,150); }

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

background-color css

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

 a { background-color: rgb(19,113,150); }

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

border-color css

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

 span { border-color: rgb(19,113,150); }

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