Html Css Color HEX #137297 Cerulean

📋 copy color: '#137297'

red 19 ◦ green 114 ◦ blue 151

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

Shades of Cerulean #137297

Tints of Cerulean #137297

RGB

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

 GREEN value IS 114 (44.92% from 255) = 40.14%

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

R = 6.69%
G = 40.14%
B = 53.17%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#137297 (or 0x137297) is known color: Cerulean. HEX triplet: 13, 72 and 97. RGB value is (19,114,151). Sum of RGB (Red+Green+Blue) = 19+114+151=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 114 (44.92% from 255 or 40.14% from 284); Blue value is 151 (59.38% from 255 or 53.17% from 284); Max value from RGB is 151 - color contains mainly: blue. Hex color #137297 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137297 is #EC8D68. Grayscale: #595959. Windows color (decimal): -15502697 or 9925139. OLE color: 9925139.

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

Color convert

RGB 19 114 151 -
CMYK 0.87 0.25 0 0.41
HSL 196.82º 0.78% 0.33% -
HSV(B) 196.82º 0.87% 0.59% -
XYZ 11.87 14.41 31.43 -
YUV 89.81 162.53 77.49 -
System Red Green Blue C M Y K H S L
Decimal 19 114 151 0.87 0.25 0 0.41 196.82 0.78 0.33
Hex 13 72 97 57 19 0 29 C5 4E 21
Octal 23 162 227 127 31 0 51 305 116 41
Binary 10011 1110010 10010111 1010111 11001 0 101001 11000101 1001110 100001

Color Harmonies of #137297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137297

Black with #137297

Text Example


Text Example

White with #137297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137297; }

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

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

background-color css

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

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

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

border-color css

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

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

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