Html Css Color HEX #055AD3 Navy Blue

📋 copy color: '#055AD3'

red 5 ◦ green 90 ◦ blue 211

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

Shades of Navy Blue #055AD3

Tints of Navy Blue #055AD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 68.95%

R = 1.63%
G = 29.41%
B = 68.95%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#055AD3 (or 0x055AD3) is known color: Navy Blue. HEX triplet: 05, 5A and D3. RGB value is (5,90,211). Sum of RGB (Red+Green+Blue) = 5+90+211=306 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 306); Green value is 90 (35.55% from 255 or 29.41% from 306); Blue value is 211 (82.81% from 255 or 68.95% from 306); Max value from RGB is 211 - color contains mainly: blue. Hex color #055AD3 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055AD3 is #FAA52C. Grayscale: #4D4D4D. Windows color (decimal): -16426285 or 13851141. OLE color: 13851141.

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

Color convert

RGB 5 90 211 -
CMYK 0.98 0.57 0 0.17
HSL 215.24º 0.95% 0.42% -
HSV(B) 215.24º 0.98% 0.83% -
XYZ 15.48 12.05 63.14 -
YUV 78.38 202.84 75.66 -
System Red Green Blue C M Y K H S L
Decimal 5 90 211 0.98 0.57 0 0.17 215.24 0.95 0.42
Hex 5 5A D3 62 39 0 11 D7 5F 2A
Octal 5 132 323 142 71 0 21 327 137 52
Binary 101 1011010 11010011 1100010 111001 0 10001 11010111 1011111 101010

Color Harmonies of #055AD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055AD3

Black with #055AD3

Text Example


Text Example

White with #055AD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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