Html Css Color HEX #137295 Cerulean

📋 copy color: '#137295'

red 19 ◦ green 114 ◦ blue 149

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

Shades of Cerulean #137295

Tints of Cerulean #137295

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 52.84%

R = 6.74%
G = 40.43%
B = 52.84%

CMYK

 C value IS 0.87

 M value IS 0.23

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#137295 (or 0x137295) is known color: Cerulean. HEX triplet: 13, 72 and 95. RGB value is (19,114,149). Sum of RGB (Red+Green+Blue) = 19+114+149=282 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.74% from 282); Green value is 114 (44.92% from 255 or 40.43% from 282); Blue value is 149 (58.59% from 255 or 52.84% from 282); Max value from RGB is 149 - color contains mainly: blue. Hex color #137295 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137295 is #EC8D6A. Grayscale: #595959. Windows color (decimal): -15502699 or 9794067. OLE color: 9794067.

HSL color Cylindrical-coordinate representation of color #137295: hue angle of 196.15º degrees, saturation: 0.77, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #137295 is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 19 114 149 -
CMYK 0.87 0.23 0 0.42
HSL 196.15º 0.77% 0.33% -
HSV(B) 196.15º 0.87% 0.58% -
XYZ 11.71 14.34 30.59 -
YUV 89.59 161.53 77.65 -
System Red Green Blue C M Y K H S L
Decimal 19 114 149 0.87 0.23 0 0.42 196.15 0.77 0.33
Hex 13 72 95 57 17 0 2A C4 4D 21
Octal 23 162 225 127 27 0 52 304 115 41
Binary 10011 1110010 10010101 1010111 10111 0 101010 11000100 1001101 100001

Color Harmonies of #137295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137295

Black with #137295

Text Example


Text Example

White with #137295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137295; }

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

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

background-color css

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

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

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

border-color css

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

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

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