Html Css Color HEX #137199 Cerulean

📋 copy color: '#137199'

red 19 ◦ green 113 ◦ blue 153

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

Shades of Cerulean #137199

Tints of Cerulean #137199

RGB

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

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

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

R = 6.67%
G = 39.65%
B = 53.68%

CMYK

 C value IS 0.88

 M value IS 0.26

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#137199 (or 0x137199) is known color: Cerulean. HEX triplet: 13, 71 and 99. RGB value is (19,113,153). Sum of RGB (Red+Green+Blue) = 19+113+153=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 113 (44.53% from 255 or 39.65% from 285); Blue value is 153 (60.16% from 255 or 53.68% from 285); Max value from RGB is 153 - color contains mainly: blue. Hex color #137199 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137199 is #EC8E66. Grayscale: #595959. Windows color (decimal): -15502951 or 10055955. OLE color: 10055955.

HSL color Cylindrical-coordinate representation of color #137199: hue angle of 197.91º 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 #137199 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 113 153 -
CMYK 0.88 0.26 0 0.4
HSL 197.91º 0.78% 0.34% -
HSV(B) 197.91º 0.88% 0.6% -
XYZ 11.92 14.25 32.26 -
YUV 89.45 163.86 77.75 -
System Red Green Blue C M Y K H S L
Decimal 19 113 153 0.88 0.26 0 0.4 197.91 0.78 0.34
Hex 13 71 99 58 1A 0 28 C6 4E 22
Octal 23 161 231 130 32 0 50 306 116 42
Binary 10011 1110001 10011001 1011000 11010 0 101000 11000110 1001110 100010

Color Harmonies of #137199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137199

Black with #137199

Text Example


Text Example

White with #137199

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137199; }

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

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

background-color css

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

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

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

border-color css

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

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

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