Html Css Color HEX #137699 Cerulean

📋 copy color: '#137699'

red 19 ◦ green 118 ◦ blue 153

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

Shades of Cerulean #137699

Tints of Cerulean #137699

RGB

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

 GREEN value IS 118 (46.48% from 255) = 40.69%

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

R = 6.55%
G = 40.69%
B = 52.76%

CMYK

 C value IS 0.88

 M value IS 0.23

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#137699 (or 0x137699) is known color: Cerulean. HEX triplet: 13, 76 and 99. RGB value is (19,118,153). Sum of RGB (Red+Green+Blue) = 19+118+153=290 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.55% from 290); Green value is 118 (46.48% from 255 or 40.69% from 290); Blue value is 153 (60.16% from 255 or 52.76% from 290); Max value from RGB is 153 - color contains mainly: blue. Hex color #137699 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137699 is #EC8966. Grayscale: #5C5C5C. Windows color (decimal): -15501671 or 10057235. OLE color: 10057235.

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

Color convert

RGB 19 118 153 -
CMYK 0.88 0.23 0 0.4
HSL 195.67º 0.78% 0.34% -
HSV(B) 195.67º 0.88% 0.6% -
XYZ 12.5 15.4 32.45 -
YUV 92.39 162.2 75.65 -
System Red Green Blue C M Y K H S L
Decimal 19 118 153 0.88 0.23 0 0.4 195.67 0.78 0.34
Hex 13 76 99 58 17 0 28 C4 4E 22
Octal 23 166 231 130 27 0 50 304 116 42
Binary 10011 1110110 10011001 1011000 10111 0 101000 11000100 1001110 100010

Color Harmonies of #137699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137699

Black with #137699

Text Example


Text Example

White with #137699

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137699; }

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

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

background-color css

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

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

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

border-color css

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

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

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