Html Css Color HEX #057AAF Cerulean

📋 copy color: '#057AAF'

red 5 ◦ green 122 ◦ blue 175

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

Shades of Cerulean #057AAF

Tints of Cerulean #057AAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 57.95%

R = 1.66%
G = 40.4%
B = 57.95%

CMYK

 C value IS 0.97

 M value IS 0.30

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#057AAF (or 0x057AAF) is known color: Cerulean. HEX triplet: 05, 7A and AF. RGB value is (5,122,175). Sum of RGB (Red+Green+Blue) = 5+122+175=302 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.66% from 302); Green value is 122 (48.05% from 255 or 40.40% from 302); Blue value is 175 (68.75% from 255 or 57.95% from 302); Max value from RGB is 175 - color contains mainly: blue. Hex color #057AAF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #057AAF is #FA8550. Grayscale: #5C5C5C. Windows color (decimal): -16418129 or 11500037. OLE color: 11500037.

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

Color convert

RGB 5 122 175 -
CMYK 0.97 0.30 0 0.31
HSL 198.71º 0.94% 0.35% -
HSV(B) 198.71º 0.97% 0.69% -
XYZ 14.76 17.05 43.07 -
YUV 93.06 174.24 65.19 -
System Red Green Blue C M Y K H S L
Decimal 5 122 175 0.97 0.30 0 0.31 198.71 0.94 0.35
Hex 5 7A AF 61 1E 0 1F C7 5E 23
Octal 5 172 257 141 36 0 37 307 136 43
Binary 101 1111010 10101111 1100001 11110 0 11111 11000111 1011110 100011

Color Harmonies of #057AAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057AAF

Black with #057AAF

Text Example


Text Example

White with #057AAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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