Html Css Color HEX #055AD2 Navy Blue

📋 copy color: '#055AD2'

red 5 ◦ green 90 ◦ blue 210

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

Shades of Navy Blue #055AD2

Tints of Navy Blue #055AD2

RGB

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

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

 BLUE value IS 210 (82.42% from 255) = 68.85%

R = 1.64%
G = 29.51%
B = 68.85%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#055AD2 (or 0x055AD2) is known color: Navy Blue. HEX triplet: 05, 5A and D2. RGB value is (5,90,210). Sum of RGB (Red+Green+Blue) = 5+90+210=305 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.64% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 210 (82.42% from 255 or 68.85% from 305); Max value from RGB is 210 - color contains mainly: blue. Hex color #055AD2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055AD2 is #FAA52D. Grayscale: #4D4D4D. Windows color (decimal): -16426286 or 13785605. OLE color: 13785605.

HSL color Cylindrical-coordinate representation of color #055AD2: hue angle of 215.12º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #055AD2 is Cyan = 0.98, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 5 90 210 -
CMYK 0.98 0.57 0 0.18
HSL 215.12º 0.95% 0.42% -
HSV(B) 215.12º 0.98% 0.82% -
XYZ 15.35 12 62.48 -
YUV 78.27 202.34 75.74 -
System Red Green Blue C M Y K H S L
Decimal 5 90 210 0.98 0.57 0 0.18 215.12 0.95 0.42
Hex 5 5A D2 62 39 0 12 D7 5F 2A
Octal 5 132 322 142 71 0 22 327 137 52
Binary 101 1011010 11010010 1100010 111001 0 10010 11010111 1011111 101010

Color Harmonies of #055AD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055AD2

Black with #055AD2

Text Example


Text Example

White with #055AD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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