Html Css Color HEX #057291 Cerulean

📋 copy color: '#057291'

red 5 ◦ green 114 ◦ blue 145

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

Shades of Cerulean #057291

Tints of Cerulean #057291

RGB

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

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

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

R = 1.89%
G = 43.18%
B = 54.92%

CMYK

 C value IS 0.97

 M value IS 0.21

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#057291 (or 0x057291) is known color: Cerulean. HEX triplet: 05, 72 and 91. RGB value is (5,114,145). Sum of RGB (Red+Green+Blue) = 5+114+145=264 (34% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 264); Green value is 114 (44.92% from 255 or 43.18% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #057291 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057291 is #FA8D6E. Grayscale: #545454. Windows color (decimal): -16420207 or 9531909. OLE color: 9531909.

HSL color Cylindrical-coordinate representation of color #057291: hue angle of 193.29º 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 #057291 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 5 114 145 -
CMYK 0.97 0.21 0 0.43
HSL 193.29º 0.93% 0.29% -
HSV(B) 193.29º 0.97% 0.57% -
XYZ 11.19 14.11 28.92 -
YUV 84.94 161.89 70.98 -
System Red Green Blue C M Y K H S L
Decimal 5 114 145 0.97 0.21 0 0.43 193.29 0.93 0.29
Hex 5 72 91 61 15 0 2B C1 5D 1D
Octal 5 162 221 141 25 0 53 301 135 35
Binary 101 1110010 10010001 1100001 10101 0 101011 11000001 1011101 11101

Color Harmonies of #057291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057291

Black with #057291

Text Example


Text Example

White with #057291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057291; }

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

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

background-color css

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

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

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

border-color css

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

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

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