Html Css Color HEX #137599 Cerulean

📋 copy color: '#137599'

red 19 ◦ green 117 ◦ blue 153

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

Shades of Cerulean #137599

Tints of Cerulean #137599

RGB

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

 GREEN value IS 117 (46.09% from 255) = 40.48%

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

R = 6.57%
G = 40.48%
B = 52.94%

CMYK

 C value IS 0.88

 M value IS 0.24

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#137599 (or 0x137599) is known color: Cerulean. HEX triplet: 13, 75 and 99. RGB value is (19,117,153). Sum of RGB (Red+Green+Blue) = 19+117+153=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 117 (46.09% from 255 or 40.48% from 289); Blue value is 153 (60.16% from 255 or 52.94% from 289); Max value from RGB is 153 - color contains mainly: blue. Hex color #137599 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137599 is #EC8A66. Grayscale: #5B5B5B. Windows color (decimal): -15501927 or 10056979. OLE color: 10056979.

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

Color convert

RGB 19 117 153 -
CMYK 0.88 0.24 0 0.4
HSL 196.12º 0.78% 0.34% -
HSV(B) 196.12º 0.88% 0.6% -
XYZ 12.38 15.16 32.41 -
YUV 91.8 162.53 76.07 -
System Red Green Blue C M Y K H S L
Decimal 19 117 153 0.88 0.24 0 0.4 196.12 0.78 0.34
Hex 13 75 99 58 18 0 28 C4 4E 22
Octal 23 165 231 130 30 0 50 304 116 42
Binary 10011 1110101 10011001 1011000 11000 0 101000 11000100 1001110 100010

Color Harmonies of #137599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137599

Black with #137599

Text Example


Text Example

White with #137599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137599; }

 p { color: rgb(19,117,153); }

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

background-color css

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

 a { background-color: rgb(19,117,153); }

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

border-color css

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

 span { border-color: rgb(19,117,153); }

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