Html Css Color HEX #057191 Cerulean

📋 copy color: '#057191'

red 5 ◦ green 113 ◦ blue 145

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

Shades of Cerulean #057191

Tints of Cerulean #057191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 55.13%

R = 1.9%
G = 42.97%
B = 55.13%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#057191 (or 0x057191) is known color: Cerulean. HEX triplet: 05, 71 and 91. RGB value is (5,113,145). Sum of RGB (Red+Green+Blue) = 5+113+145=263 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.90% from 263); Green value is 113 (44.53% from 255 or 42.97% from 263); Blue value is 145 (57.03% from 255 or 55.13% from 263); Max value from RGB is 145 - color contains mainly: blue. Hex color #057191 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057191 is #FA8E6E. Grayscale: #545454. Windows color (decimal): -16420463 or 9531653. OLE color: 9531653.

HSL color Cylindrical-coordinate representation of color #057191: hue angle of 193.71º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057191 is Cyan = 0.97, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 113 145 -
CMYK 0.97 0.22 0 0.43
HSL 193.71º 0.93% 0.29% -
HSV(B) 193.71º 0.97% 0.57% -
XYZ 11.08 13.89 28.88 -
YUV 84.36 162.22 71.4 -
System Red Green Blue C M Y K H S L
Decimal 5 113 145 0.97 0.22 0 0.43 193.71 0.93 0.29
Hex 5 71 91 61 16 0 2B C2 5D 1D
Octal 5 161 221 141 26 0 53 302 135 35
Binary 101 1110001 10010001 1100001 10110 0 101011 11000010 1011101 11101

Color Harmonies of #057191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057191

Black with #057191

Text Example


Text Example

White with #057191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057191; }

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

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

background-color css

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

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

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

border-color css

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

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

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