Html Css Color HEX #137096 Cerulean

📋 copy color: '#137096'

red 19 ◦ green 112 ◦ blue 150

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

Shades of Cerulean #137096

Tints of Cerulean #137096

RGB

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

 GREEN value IS 112 (44.14% from 255) = 39.86%

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

R = 6.76%
G = 39.86%
B = 53.38%

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

#137096 (or 0x137096) is known color: Cerulean. HEX triplet: 13, 70 and 96. RGB value is (19,112,150). Sum of RGB (Red+Green+Blue) = 19+112+150=281 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.76% from 281); Green value is 112 (44.14% from 255 or 39.86% from 281); Blue value is 150 (58.98% from 255 or 53.38% from 281); Max value from RGB is 150 - color contains mainly: blue. Hex color #137096 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137096 is #EC8F69. Grayscale: #585858. Windows color (decimal): -15503210 or 9859091. OLE color: 9859091.

HSL color Cylindrical-coordinate representation of color #137096: hue angle of 197.4º 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 #137096 is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 19 112 150 -
CMYK 0.87 0.25 0 0.41
HSL 197.4º 0.78% 0.33% -
HSV(B) 197.4º 0.87% 0.59% -
XYZ 11.57 13.93 30.93 -
YUV 88.53 162.69 78.41 -
System Red Green Blue C M Y K H S L
Decimal 19 112 150 0.87 0.25 0 0.41 197.4 0.78 0.33
Hex 13 70 96 57 19 0 29 C5 4E 21
Octal 23 160 226 127 31 0 51 305 116 41
Binary 10011 1110000 10010110 1010111 11001 0 101001 11000101 1001110 100001

Color Harmonies of #137096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137096

Black with #137096

Text Example


Text Example

White with #137096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137096; }

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

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

background-color css

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

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

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

border-color css

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

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

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