Html Css Color HEX #137298 Cerulean

📋 copy color: '#137298'

red 19 ◦ green 114 ◦ blue 152

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

Shades of Cerulean #137298

Tints of Cerulean #137298

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 53.33%

R = 6.67%
G = 40%
B = 53.33%

CMYK

 C value IS 0.87

 M value IS 0.25

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#137298 (or 0x137298) is known color: Cerulean. HEX triplet: 13, 72 and 98. RGB value is (19,114,152). Sum of RGB (Red+Green+Blue) = 19+114+152=285 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.67% from 285); Green value is 114 (44.92% from 255 or 40% from 285); Blue value is 152 (59.77% from 255 or 53.33% from 285); Max value from RGB is 152 - color contains mainly: blue. Hex color #137298 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137298 is #EC8D67. Grayscale: #595959. Windows color (decimal): -15502696 or 9990675. OLE color: 9990675.

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

Color convert

RGB 19 114 152 -
CMYK 0.87 0.25 0 0.40
HSL 197.14º 0.78% 0.34% -
HSV(B) 197.14º 0.88% 0.6% -
XYZ 11.95 14.44 31.86 -
YUV 89.93 163.03 77.41 -
System Red Green Blue C M Y K H S L
Decimal 19 114 152 0.87 0.25 0 0.40 197.14 0.78 0.34
Hex 13 72 98 57 19 0 28 C5 4E 22
Octal 23 162 230 127 31 0 50 305 116 42
Binary 10011 1110010 10011000 1010111 11001 0 101000 11000101 1001110 100010

Color Harmonies of #137298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137298

Black with #137298

Text Example


Text Example

White with #137298

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137298; }

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

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

background-color css

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

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

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

border-color css

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

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

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