Html Css Color HEX #055ADC Navy Blue

📋 copy color: '#055ADC'

red 5 ◦ green 90 ◦ blue 220

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

Shades of Navy Blue #055ADC

Tints of Navy Blue #055ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 69.84%

R = 1.59%
G = 28.57%
B = 69.84%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#055ADC (or 0x055ADC) is known color: Navy Blue. HEX triplet: 05, 5A and DC. RGB value is (5,90,220). Sum of RGB (Red+Green+Blue) = 5+90+220=315 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.59% from 315); Green value is 90 (35.55% from 255 or 28.57% from 315); Blue value is 220 (86.33% from 255 or 69.84% from 315); Max value from RGB is 220 - color contains mainly: blue. Hex color #055ADC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055ADC is #FAA523. Grayscale: #4E4E4E. Windows color (decimal): -16426276 or 14440965. OLE color: 14440965.

HSL color Cylindrical-coordinate representation of color #055ADC: hue angle of 216.28º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055ADC is Cyan = 0.98, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 5 90 220 -
CMYK 0.98 0.59 0 0.14
HSL 216.28º 0.96% 0.44% -
HSV(B) 216.28º 0.98% 0.86% -
XYZ 16.64 12.51 69.25 -
YUV 79.41 207.34 74.93 -
System Red Green Blue C M Y K H S L
Decimal 5 90 220 0.98 0.59 0 0.14 216.28 0.96 0.44
Hex 5 5A DC 62 3B 0 E D8 60 2C
Octal 5 132 334 142 73 0 16 330 140 54
Binary 101 1011010 11011100 1100010 111011 0 1110 11011000 1100000 101100

Color Harmonies of #055ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055ADC

Black with #055ADC

Text Example


Text Example

White with #055ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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