Html Css Color HEX #057292 Cerulean

📋 copy color: '#057292'

red 5 ◦ green 114 ◦ blue 146

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

Shades of Cerulean #057292

Tints of Cerulean #057292

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 55.09%

R = 1.89%
G = 43.02%
B = 55.09%

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

#057292 (or 0x057292) is known color: Cerulean. HEX triplet: 05, 72 and 92. RGB value is (5,114,146). Sum of RGB (Red+Green+Blue) = 5+114+146=265 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.89% from 265); Green value is 114 (44.92% from 255 or 43.02% from 265); Blue value is 146 (57.42% from 255 or 55.09% from 265); Max value from RGB is 146 - color contains mainly: blue. Hex color #057292 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057292 is #FA8D6D. Grayscale: #545454. Windows color (decimal): -16420206 or 9597445. OLE color: 9597445.

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

Color convert

RGB 5 114 146 -
CMYK 0.97 0.22 0 0.43
HSL 193.62º 0.93% 0.3% -
HSV(B) 193.62º 0.97% 0.57% -
XYZ 11.27 14.14 29.33 -
YUV 85.06 162.39 70.9 -
System Red Green Blue C M Y K H S L
Decimal 5 114 146 0.97 0.22 0 0.43 193.62 0.93 0.3
Hex 5 72 92 61 16 0 2B C2 5D 1E
Octal 5 162 222 141 26 0 53 302 135 36
Binary 101 1110010 10010010 1100001 10110 0 101011 11000010 1011101 11110

Color Harmonies of #057292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057292

Black with #057292

Text Example


Text Example

White with #057292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057292; }

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

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

background-color css

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

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

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

border-color css

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

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

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