Html Css Color HEX #055ADF Navy Blue

📋 copy color: '#055ADF'

red 5 ◦ green 90 ◦ blue 223

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

Shades of Navy Blue #055ADF

Tints of Navy Blue #055ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 70.13%

R = 1.57%
G = 28.3%
B = 70.13%

CMYK

 C value IS 0.98

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#055ADF (or 0x055ADF) is known color: Navy Blue. HEX triplet: 05, 5A and DF. RGB value is (5,90,223). Sum of RGB (Red+Green+Blue) = 5+90+223=318 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.57% from 318); Green value is 90 (35.55% from 255 or 28.30% from 318); Blue value is 223 (87.5% from 255 or 70.13% from 318); Max value from RGB is 223 - color contains mainly: blue. Hex color #055ADF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055ADF is #FAA520. Grayscale: #4F4F4F. Windows color (decimal): -16426273 or 14637573. OLE color: 14637573.

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

Color convert

RGB 5 90 223 -
CMYK 0.98 0.60 0 0.13
HSL 216.61º 0.96% 0.45% -
HSV(B) 216.61º 0.98% 0.87% -
XYZ 17.04 12.67 71.36 -
YUV 79.75 208.84 74.69 -
System Red Green Blue C M Y K H S L
Decimal 5 90 223 0.98 0.60 0 0.13 216.61 0.96 0.45
Hex 5 5A DF 62 3C 0 D D9 60 2D
Octal 5 132 337 142 74 0 15 331 140 55
Binary 101 1011010 11011111 1100010 111100 0 1101 11011001 1100000 101101

Color Harmonies of #055ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055ADF

Black with #055ADF

Text Example


Text Example

White with #055ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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