Html Css Color HEX #055ADE Navy Blue

📋 copy color: '#055ADE'

red 5 ◦ green 90 ◦ blue 222

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

Shades of Navy Blue #055ADE

Tints of Navy Blue #055ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 70.03%

R = 1.58%
G = 28.39%
B = 70.03%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#055ADE (or 0x055ADE) is known color: Navy Blue. HEX triplet: 05, 5A and DE. RGB value is (5,90,222). Sum of RGB (Red+Green+Blue) = 5+90+222=317 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 317); Green value is 90 (35.55% from 255 or 28.39% from 317); Blue value is 222 (87.11% from 255 or 70.03% from 317); Max value from RGB is 222 - color contains mainly: blue. Hex color #055ADE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055ADE is #FAA521. Grayscale: #4F4F4F. Windows color (decimal): -16426274 or 14572037. OLE color: 14572037.

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

Color convert

RGB 5 90 222 -
CMYK 0.98 0.59 0 0.13
HSL 216.5º 0.96% 0.45% -
HSV(B) 216.5º 0.98% 0.87% -
XYZ 16.9 12.62 70.65 -
YUV 79.63 208.34 74.77 -
System Red Green Blue C M Y K H S L
Decimal 5 90 222 0.98 0.59 0 0.13 216.5 0.96 0.45
Hex 5 5A DE 62 3B 0 D D8 60 2D
Octal 5 132 336 142 73 0 15 330 140 55
Binary 101 1011010 11011110 1100010 111011 0 1101 11011000 1100000 101101

Color Harmonies of #055ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055ADE

Black with #055ADE

Text Example


Text Example

White with #055ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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