Html Css Color HEX #057293 Cerulean

📋 copy color: '#057293'

red 5 ◦ green 114 ◦ blue 147

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

Shades of Cerulean #057293

Tints of Cerulean #057293

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 55.26%

R = 1.88%
G = 42.86%
B = 55.26%

CMYK

 C value IS 0.97

 M value IS 0.22

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#057293 (or 0x057293) is known color: Cerulean. HEX triplet: 05, 72 and 93. RGB value is (5,114,147). Sum of RGB (Red+Green+Blue) = 5+114+147=266 (35% of max value = 765). Red value is 5 (2.34% from 255 or 1.88% from 266); Green value is 114 (44.92% from 255 or 42.86% from 266); Blue value is 147 (57.81% from 255 or 55.26% from 266); Max value from RGB is 147 - color contains mainly: blue. Hex color #057293 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057293 is #FA8D6C. Grayscale: #545454. Windows color (decimal): -16420205 or 9662981. OLE color: 9662981.

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

Color convert

RGB 5 114 147 -
CMYK 0.97 0.22 0 0.42
HSL 193.94º 0.93% 0.3% -
HSV(B) 193.94º 0.97% 0.58% -
XYZ 11.35 14.17 29.74 -
YUV 85.17 162.89 70.82 -
System Red Green Blue C M Y K H S L
Decimal 5 114 147 0.97 0.22 0 0.42 193.94 0.93 0.3
Hex 5 72 93 61 16 0 2A C2 5D 1E
Octal 5 162 223 141 26 0 52 302 135 36
Binary 101 1110010 10010011 1100001 10110 0 101010 11000010 1011101 11110

Color Harmonies of #057293

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057293

Black with #057293

Text Example


Text Example

White with #057293

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057293; }

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

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

background-color css

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

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

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

border-color css

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

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

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