Html Css Color HEX #055AD4 Navy Blue

📋 copy color: '#055AD4'

red 5 ◦ green 90 ◦ blue 212

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

Shades of Navy Blue #055AD4

Tints of Navy Blue #055AD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 69.06%

R = 1.63%
G = 29.32%
B = 69.06%

CMYK

 C value IS 0.98

 M value IS 0.58

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#055AD4 (or 0x055AD4) is known color: Navy Blue. HEX triplet: 05, 5A and D4. RGB value is (5,90,212). Sum of RGB (Red+Green+Blue) = 5+90+212=307 (40% of max value = 765). Red value is 5 (2.34% from 255 or 1.63% from 307); Green value is 90 (35.55% from 255 or 29.32% from 307); Blue value is 212 (83.20% from 255 or 69.06% from 307); Max value from RGB is 212 - color contains mainly: blue. Hex color #055AD4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055AD4 is #FAA52B. Grayscale: #4D4D4D. Windows color (decimal): -16426284 or 13916677. OLE color: 13916677.

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

Color convert

RGB 5 90 212 -
CMYK 0.98 0.58 0 0.17
HSL 215.36º 0.95% 0.43% -
HSV(B) 215.36º 0.98% 0.83% -
XYZ 15.6 12.1 63.8 -
YUV 78.49 203.34 75.58 -
System Red Green Blue C M Y K H S L
Decimal 5 90 212 0.98 0.58 0 0.17 215.36 0.95 0.43
Hex 5 5A D4 62 3A 0 11 D7 5F 2B
Octal 5 132 324 142 72 0 21 327 137 53
Binary 101 1011010 11010100 1100010 111010 0 10001 11010111 1011111 101011

Color Harmonies of #055AD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055AD4

Black with #055AD4

Text Example


Text Example

White with #055AD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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