Html Css Color HEX #137997 Cerulean

📋 copy color: '#137997'

red 19 ◦ green 121 ◦ blue 151

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

Shades of Cerulean #137997

Tints of Cerulean #137997

RGB

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

 GREEN value IS 121 (47.66% from 255) = 41.58%

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

R = 6.53%
G = 41.58%
B = 51.89%

CMYK

 C value IS 0.87

 M value IS 0.20

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#137997 (or 0x137997) is known color: Cerulean. HEX triplet: 13, 79 and 97. RGB value is (19,121,151). Sum of RGB (Red+Green+Blue) = 19+121+151=291 (38% of max value = 765). Red value is 19 (7.81% from 255 or 6.53% from 291); Green value is 121 (47.66% from 255 or 41.58% from 291); Blue value is 151 (59.38% from 255 or 51.89% from 291); Max value from RGB is 151 - color contains mainly: blue. Hex color #137997 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137997 is #EC8668. Grayscale: #5D5D5D. Windows color (decimal): -15500905 or 9926931. OLE color: 9926931.

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

Color convert

RGB 19 121 151 -
CMYK 0.87 0.20 0 0.41
HSL 193.64º 0.78% 0.33% -
HSV(B) 193.64º 0.87% 0.59% -
XYZ 12.69 16.05 31.71 -
YUV 93.92 160.21 74.56 -
System Red Green Blue C M Y K H S L
Decimal 19 121 151 0.87 0.20 0 0.41 193.64 0.78 0.33
Hex 13 79 97 57 14 0 29 C2 4E 21
Octal 23 171 227 127 24 0 51 302 116 41
Binary 10011 1111001 10010111 1010111 10100 0 101001 11000010 1001110 100001

Color Harmonies of #137997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137997

Black with #137997

Text Example


Text Example

White with #137997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137997; }

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

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

background-color css

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

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

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

border-color css

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

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

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