Html Css Color HEX #137299 Cerulean

📋 copy color: '#137299'

red 19 ◦ green 114 ◦ blue 153

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

Shades of Cerulean #137299

Tints of Cerulean #137299

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 53.5%

R = 6.64%
G = 39.86%
B = 53.5%

CMYK

 C value IS 0.88

 M value IS 0.25

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#137299 (or 0x137299) is known color: Cerulean. HEX triplet: 13, 72 and 99. RGB value is (19,114,153). Sum of RGB (Red+Green+Blue) = 19+114+153=286 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.64% from 286); Green value is 114 (44.92% from 255 or 39.86% from 286); Blue value is 153 (60.16% from 255 or 53.50% from 286); Max value from RGB is 153 - color contains mainly: blue. Hex color #137299 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137299 is #EC8D66. Grayscale: #595959. Windows color (decimal): -15502695 or 10056211. OLE color: 10056211.

HSL color Cylindrical-coordinate representation of color #137299: hue angle of 197.46º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #137299 is Cyan = 0.88, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 19 114 153 -
CMYK 0.88 0.25 0 0.4
HSL 197.46º 0.78% 0.34% -
HSV(B) 197.46º 0.88% 0.6% -
XYZ 12.04 14.47 32.3 -
YUV 90.04 163.53 77.33 -
System Red Green Blue C M Y K H S L
Decimal 19 114 153 0.88 0.25 0 0.4 197.46 0.78 0.34
Hex 13 72 99 58 19 0 28 C5 4E 22
Octal 23 162 231 130 31 0 50 305 116 42
Binary 10011 1110010 10011001 1011000 11001 0 101000 11000101 1001110 100010

Color Harmonies of #137299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137299

Black with #137299

Text Example


Text Example

White with #137299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137299; }

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

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

background-color css

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

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

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

border-color css

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

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

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