Html Css Color HEX #137198 Cerulean

📋 copy color: '#137198'

red 19 ◦ green 113 ◦ blue 152

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

Shades of Cerulean #137198

Tints of Cerulean #137198

RGB

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

 GREEN value IS 113 (44.53% from 255) = 39.79%

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

R = 6.69%
G = 39.79%
B = 53.52%

CMYK

 C value IS 0.87

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#137198 (or 0x137198) is known color: Cerulean. HEX triplet: 13, 71 and 98. RGB value is (19,113,152). Sum of RGB (Red+Green+Blue) = 19+113+152=284 (37% of max value = 765). Red value is 19 (7.81% from 255 or 6.69% from 284); Green value is 113 (44.53% from 255 or 39.79% from 284); Blue value is 152 (59.77% from 255 or 53.52% from 284); Max value from RGB is 152 - color contains mainly: blue. Hex color #137198 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #137198 is #EC8E67. Grayscale: #595959. Windows color (decimal): -15502952 or 9990419. OLE color: 9990419.

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

Color convert

RGB 19 113 152 -
CMYK 0.87 0.26 0 0.40
HSL 197.59º 0.78% 0.34% -
HSV(B) 197.59º 0.88% 0.6% -
XYZ 11.84 14.22 31.83 -
YUV 89.34 163.36 77.83 -
System Red Green Blue C M Y K H S L
Decimal 19 113 152 0.87 0.26 0 0.40 197.59 0.78 0.34
Hex 13 71 98 57 1A 0 28 C6 4E 22
Octal 23 161 230 127 32 0 50 306 116 42
Binary 10011 1110001 10011000 1010111 11010 0 101000 11000110 1001110 100010

Color Harmonies of #137198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #137198

Black with #137198

Text Example


Text Example

White with #137198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #137198; }

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

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

background-color css

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

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

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

border-color css

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

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

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