Html Css Color HEX #137797 Cerulean

📋 copy color: '#137797'

red 19 ◦ green 119 ◦ blue 151

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

Shades of Cerulean #137797

Tints of Cerulean #137797

RGB

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

 GREEN value IS 119 (46.88% from 255) = 41.18%

 BLUE value IS 151 (59.38% from 255) = 52.25%

R = 6.57%
G = 41.18%
B = 52.25%

CMYK

 C value IS 0.87

 M value IS 0.21

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#137797 (or 0x137797) is known color: Cerulean. HEX triplet: 13, 77 and 97. RGB value is (19,119,151). Sum of RGB (Red+Green+Blue) = 19+119+151=289 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.57% from 289); Green value is 119 (46.88% from 255 or 41.18% from 289); Blue value is 151 (59.38% from 255 or 52.25% from 289); Max value from RGB is 151 - color contains mainly: blue. Hex color #137797 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137797 is #EC8868. Grayscale: #5C5C5C. Windows color (decimal): -15501417 or 9926419. OLE color: 9926419.

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

Color convert

RGB 19 119 151 -
CMYK 0.87 0.21 0 0.41
HSL 194.55º 0.78% 0.33% -
HSV(B) 194.55º 0.87% 0.59% -
XYZ 12.45 15.57 31.63 -
YUV 92.75 160.87 75.4 -
System Red Green Blue C M Y K H S L
Decimal 19 119 151 0.87 0.21 0 0.41 194.55 0.78 0.33
Hex 13 77 97 57 15 0 29 C3 4E 21
Octal 23 167 227 127 25 0 51 303 116 41
Binary 10011 1110111 10010111 1010111 10101 0 101001 11000011 1001110 100001

Color Harmonies of #137797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137797

Black with #137797

Text Example


Text Example

White with #137797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137797; }

 p { color: rgb(19,119,151); }

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

background-color css

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

 a { background-color: rgb(19,119,151); }

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

border-color css

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

 span { border-color: rgb(19,119,151); }

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