Html Css Color HEX #057ACC Navy Blue

📋 copy color: '#057ACC'

red 5 ◦ green 122 ◦ blue 204

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

Shades of Navy Blue #057ACC

Tints of Navy Blue #057ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 61.63%

R = 1.51%
G = 36.86%
B = 61.63%

CMYK

 C value IS 0.98

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#057ACC (or 0x057ACC) is known color: Navy Blue. HEX triplet: 05, 7A and CC. RGB value is (5,122,204). Sum of RGB (Red+Green+Blue) = 5+122+204=331 (43% of max value = 765). Red value is 5 (2.34% from 255 or 1.51% from 331); Green value is 122 (48.05% from 255 or 36.86% from 331); Blue value is 204 (80.08% from 255 or 61.63% from 331); Max value from RGB is 204 - color contains mainly: blue. Hex color #057ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #057ACC is #FA8533. Grayscale: #5F5F5F. Windows color (decimal): -16418100 or 13400581. OLE color: 13400581.

HSL color Cylindrical-coordinate representation of color #057ACC: hue angle of 204.72º degrees, saturation: 0.95, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #057ACC is Cyan = 0.98, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 5 122 204 -
CMYK 0.98 0.40 0 0.2
HSL 204.72º 0.95% 0.41% -
HSV(B) 204.72º 0.98% 0.8% -
XYZ 17.92 18.31 59.72 -
YUV 96.37 188.74 62.83 -
System Red Green Blue C M Y K H S L
Decimal 5 122 204 0.98 0.40 0 0.2 204.72 0.95 0.41
Hex 5 7A CC 62 28 0 14 CD 5F 29
Octal 5 172 314 142 50 0 24 315 137 51
Binary 101 1111010 11001100 1100010 101000 0 10100 11001101 1011111 101001

Color Harmonies of #057ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #057ACC

Black with #057ACC

Text Example


Text Example

White with #057ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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