Html Css Color HEX #057198 Cerulean

📋 copy color: '#057198'

red 5 ◦ green 113 ◦ blue 152

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

Shades of Cerulean #057198

Tints of Cerulean #057198

RGB

 RED value IS 5 (2.34% from 255) = 1.85%

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

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

R = 1.85%
G = 41.85%
B = 56.3%

CMYK

 C value IS 0.97

 M value IS 0.26

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#057198 (or 0x057198) is known color: Cerulean. HEX triplet: 05, 71 and 98. RGB value is (5,113,152). Sum of RGB (Red+Green+Blue) = 5+113+152=270 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.85% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 152 (59.77% from 255 or 56.30% from 270); Max value from RGB is 152 - color contains mainly: blue. Hex color #057198 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057198 is #FA8E67. Grayscale: #545454. Windows color (decimal): -16420456 or 9990405. OLE color: 9990405.

HSL color Cylindrical-coordinate representation of color #057198: hue angle of 195.92º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057198 is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 5 113 152 -
CMYK 0.97 0.26 0 0.40
HSL 195.92º 0.94% 0.31% -
HSV(B) 195.92º 0.97% 0.6% -
XYZ 11.64 14.11 31.82 -
YUV 85.15 165.72 70.83 -
System Red Green Blue C M Y K H S L
Decimal 5 113 152 0.97 0.26 0 0.40 195.92 0.94 0.31
Hex 5 71 98 61 1A 0 28 C4 5E 1F
Octal 5 161 230 141 32 0 50 304 136 37
Binary 101 1110001 10011000 1100001 11010 0 101000 11000100 1011110 11111

Color Harmonies of #057198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057198

Black with #057198

Text Example


Text Example

White with #057198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057198; }

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

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

background-color css

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

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

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

border-color css

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

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

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