Html Css Color HEX #057AAC Cerulean

📋 copy color: '#057AAC'

red 5 ◦ green 122 ◦ blue 172

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

Shades of Cerulean #057AAC

Tints of Cerulean #057AAC

RGB

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

 GREEN value IS 122 (48.05% from 255) = 40.8%

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

R = 1.67%
G = 40.8%
B = 57.53%

CMYK

 C value IS 0.97

 M value IS 0.29

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#057AAC (or 0x057AAC) is known color: Cerulean. HEX triplet: 05, 7A and AC. RGB value is (5,122,172). Sum of RGB (Red+Green+Blue) = 5+122+172=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 122 (48.05% from 255 or 40.80% from 299); Blue value is 172 (67.58% from 255 or 57.53% from 299); Max value from RGB is 172 - color contains mainly: blue. Hex color #057AAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057AAC is #FA8553. Grayscale: #5C5C5C. Windows color (decimal): -16418132 or 11303429. OLE color: 11303429.

HSL color Cylindrical-coordinate representation of color #057AAC: hue angle of 197.96º 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 #057AAC is Cyan = 0.97, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 122 172 -
CMYK 0.97 0.29 0 0.33
HSL 197.96º 0.94% 0.35% -
HSV(B) 197.96º 0.97% 0.67% -
XYZ 14.47 16.93 41.53 -
YUV 92.72 172.74 65.43 -
System Red Green Blue C M Y K H S L
Decimal 5 122 172 0.97 0.29 0 0.33 197.96 0.94 0.35
Hex 5 7A AC 61 1D 0 21 C6 5E 23
Octal 5 172 254 141 35 0 41 306 136 43
Binary 101 1111010 10101100 1100001 11101 0 100001 11000110 1011110 100011

Color Harmonies of #057AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057AAC

Black with #057AAC

Text Example


Text Example

White with #057AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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