Html Css Color HEX #056ACC Navy Blue

📋 copy color: '#056ACC'

red 5 ◦ green 106 ◦ blue 204

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

Shades of Navy Blue #056ACC

Tints of Navy Blue #056ACC

RGB

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

 GREEN value IS 106 (41.8% from 255) = 33.65%

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

R = 1.59%
G = 33.65%
B = 64.76%

CMYK

 C value IS 0.98

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#056ACC (or 0x056ACC) is known color: Navy Blue. HEX triplet: 05, 6A and CC. RGB value is (5,106,204). Sum of RGB (Red+Green+Blue) = 5+106+204=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 106 (41.80% from 255 or 33.65% from 315); Blue value is 204 (80.08% from 255 or 64.76% from 315); Max value from RGB is 204 - color contains mainly: blue. Hex color #056ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #056ACC is #FA9533. Grayscale: #565656. Windows color (decimal): -16422196 or 13396485. OLE color: 13396485.

HSL color Cylindrical-coordinate representation of color #056ACC: hue angle of 209.55º 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 #056ACC is Cyan = 0.98, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 5 106 204 -
CMYK 0.98 0.48 0 0.2
HSL 209.55º 0.95% 0.41% -
HSV(B) 209.55º 0.98% 0.8% -
XYZ 16.12 14.7 59.11 -
YUV 86.97 194.04 69.53 -
System Red Green Blue C M Y K H S L
Decimal 5 106 204 0.98 0.48 0 0.2 209.55 0.95 0.41
Hex 5 6A CC 62 30 0 14 D2 5F 29
Octal 5 152 314 142 60 0 24 322 137 51
Binary 101 1101010 11001100 1100010 110000 0 10100 11010010 1011111 101001

Color Harmonies of #056ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #056ACC

Black with #056ACC

Text Example


Text Example

White with #056ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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