Html Css Color HEX #055ACC Navy Blue

📋 copy color: '#055ACC'

red 5 ◦ green 90 ◦ blue 204

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

Shades of Navy Blue #055ACC

Tints of Navy Blue #055ACC

RGB

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

 GREEN value IS 90 (35.55% from 255) = 30.1%

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

R = 1.67%
G = 30.1%
B = 68.23%

CMYK

 C value IS 0.98

 M value IS 0.56

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#055ACC (or 0x055ACC) is known color: Navy Blue. HEX triplet: 05, 5A and CC. RGB value is (5,90,204). Sum of RGB (Red+Green+Blue) = 5+90+204=299 (39% of max value = 765). Red value is 5 (2.34% from 255 or 1.67% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 204 (80.08% from 255 or 68.23% from 299); Max value from RGB is 204 - color contains mainly: blue. Hex color #055ACC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055ACC is #FAA533. Grayscale: #4D4D4D. Windows color (decimal): -16426292 or 13392389. OLE color: 13392389.

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

Color convert

RGB 5 90 204 -
CMYK 0.98 0.56 0 0.2
HSL 214.37º 0.95% 0.41% -
HSV(B) 214.37º 0.98% 0.8% -
XYZ 14.62 11.7 58.62 -
YUV 77.58 199.34 76.23 -
System Red Green Blue C M Y K H S L
Decimal 5 90 204 0.98 0.56 0 0.2 214.37 0.95 0.41
Hex 5 5A CC 62 38 0 14 D6 5F 29
Octal 5 132 314 142 70 0 24 326 137 51
Binary 101 1011010 11001100 1100010 111000 0 10100 11010110 1011111 101001

Color Harmonies of #055ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055ACC

Black with #055ACC

Text Example


Text Example

White with #055ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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