Html Css Color HEX #137796 Cerulean

📋 copy color: '#137796'

red 19 ◦ green 119 ◦ blue 150

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

Shades of Cerulean #137796

Tints of Cerulean #137796

RGB

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

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

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

R = 6.6%
G = 41.32%
B = 52.08%

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

#137796 (or 0x137796) is known color: Cerulean. HEX triplet: 13, 77 and 96. RGB value is (19,119,150). Sum of RGB (Red+Green+Blue) = 19+119+150=288 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.60% from 288); Green value is 119 (46.88% from 255 or 41.32% from 288); Blue value is 150 (58.98% from 255 or 52.08% from 288); Max value from RGB is 150 - color contains mainly: blue. Hex color #137796 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137796 is #EC8869. Grayscale: #5C5C5C. Windows color (decimal): -15501418 or 9860883. OLE color: 9860883.

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

Color convert

RGB 19 119 150 -
CMYK 0.87 0.21 0 0.41
HSL 194.2º 0.78% 0.33% -
HSV(B) 194.2º 0.87% 0.59% -
XYZ 12.37 15.53 31.2 -
YUV 92.63 160.37 75.48 -
System Red Green Blue C M Y K H S L
Decimal 19 119 150 0.87 0.21 0 0.41 194.2 0.78 0.33
Hex 13 77 96 57 15 0 29 C2 4E 21
Octal 23 167 226 127 25 0 51 302 116 41
Binary 10011 1110111 10010110 1010111 10101 0 101001 11000010 1001110 100001

Color Harmonies of #137796

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137796

Black with #137796

Text Example


Text Example

White with #137796

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137796; }

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

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

background-color css

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

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

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

border-color css

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

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

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