Html Css Color HEX #057EAC Cerulean

📋 copy color: '#057EAC'

red 5 ◦ green 126 ◦ blue 172

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

Shades of Cerulean #057EAC

Tints of Cerulean #057EAC

RGB

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

 GREEN value IS 126 (49.61% from 255) = 41.58%

 BLUE value IS 172 (67.58% from 255) = 56.77%

R = 1.65%
G = 41.58%
B = 56.77%

CMYK

 C value IS 0.97

 M value IS 0.27

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#057EAC (or 0x057EAC) is known color: Cerulean. HEX triplet: 05, 7E and AC. RGB value is (5,126,172). Sum of RGB (Red+Green+Blue) = 5+126+172=303 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.65% from 303); Green value is 126 (49.61% from 255 or 41.58% from 303); Blue value is 172 (67.58% from 255 or 56.77% from 303); Max value from RGB is 172 - color contains mainly: blue. Hex color #057EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057EAC is #FA8153. Grayscale: #5E5E5E. Windows color (decimal): -16417108 or 11304453. OLE color: 11304453.

HSL color Cylindrical-coordinate representation of color #057EAC: hue angle of 196.53º degrees, saturation: 0.94, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #057EAC is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 126 172 -
CMYK 0.97 0.27 0 0.33
HSL 196.53º 0.94% 0.35% -
HSV(B) 196.53º 0.97% 0.67% -
XYZ 14.97 17.93 41.7 -
YUV 95.07 171.41 63.76 -
System Red Green Blue C M Y K H S L
Decimal 5 126 172 0.97 0.27 0 0.33 196.53 0.94 0.35
Hex 5 7E AC 61 1B 0 21 C5 5E 23
Octal 5 176 254 141 33 0 41 305 136 43
Binary 101 1111110 10101100 1100001 11011 0 100001 11000101 1011110 100011

Color Harmonies of #057EAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057EAC

Black with #057EAC

Text Example


Text Example

White with #057EAC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #057EAC; }

 p { color: rgb(5,126,172); }

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

background-color css

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

 a { background-color: rgb(5,126,172); }

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

border-color css

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

 span { border-color: rgb(5,126,172); }

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