Html Css Color HEX #137396 Cerulean

📋 copy color: '#137396'

red 19 ◦ green 115 ◦ blue 150

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

Shades of Cerulean #137396

Tints of Cerulean #137396

RGB

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

 GREEN value IS 115 (45.31% from 255) = 40.49%

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

R = 6.69%
G = 40.49%
B = 52.82%

CMYK

 C value IS 0.87

 M value IS 0.23

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#137396 (or 0x137396) is known color: Cerulean. HEX triplet: 13, 73 and 96. RGB value is (19,115,150). Sum of RGB (Red+Green+Blue) = 19+115+150=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 115 (45.31% from 255 or 40.49% from 284); Blue value is 150 (58.98% from 255 or 52.82% from 284); Max value from RGB is 150 - color contains mainly: blue. Hex color #137396 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137396 is #EC8C69. Grayscale: #5A5A5A. Windows color (decimal): -15502442 or 9859859. OLE color: 9859859.

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

Color convert

RGB 19 115 150 -
CMYK 0.87 0.23 0 0.41
HSL 196.03º 0.78% 0.33% -
HSV(B) 196.03º 0.87% 0.59% -
XYZ 11.9 14.6 31.05 -
YUV 90.29 161.7 77.15 -
System Red Green Blue C M Y K H S L
Decimal 19 115 150 0.87 0.23 0 0.41 196.03 0.78 0.33
Hex 13 73 96 57 17 0 29 C4 4E 21
Octal 23 163 226 127 27 0 51 304 116 41
Binary 10011 1110011 10010110 1010111 10111 0 101001 11000100 1001110 100001

Color Harmonies of #137396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137396

Black with #137396

Text Example


Text Example

White with #137396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137396; }

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

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

background-color css

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

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

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

border-color css

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

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

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