Html Css Color HEX #055BDC Navy Blue

📋 copy color: '#055BDC'

red 5 ◦ green 91 ◦ blue 220

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

Shades of Navy Blue #055BDC

Tints of Navy Blue #055BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 28.8%

 BLUE value IS 220 (86.33% from 255) = 69.62%

R = 1.58%
G = 28.8%
B = 69.62%

CMYK

 C value IS 0.98

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#055BDC (or 0x055BDC) is known color: Navy Blue. HEX triplet: 05, 5B and DC. RGB value is (5,91,220). Sum of RGB (Red+Green+Blue) = 5+91+220=316 (41% of max value = 765). Red value is 5 (2.34% from 255 or 1.58% from 316); Green value is 91 (35.94% from 255 or 28.80% from 316); Blue value is 220 (86.33% from 255 or 69.62% from 316); Max value from RGB is 220 - color contains mainly: blue. Hex color #055BDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055BDC is #FAA423. Grayscale: #4F4F4F. Windows color (decimal): -16426020 or 14441221. OLE color: 14441221.

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

Color convert

RGB 5 91 220 -
CMYK 0.98 0.59 0 0.14
HSL 216º 0.96% 0.44% -
HSV(B) 216º 0.98% 0.86% -
XYZ 16.72 12.68 69.28 -
YUV 79.99 207.01 74.51 -
System Red Green Blue C M Y K H S L
Decimal 5 91 220 0.98 0.59 0 0.14 216 0.96 0.44
Hex 5 5B DC 62 3B 0 E D8 60 2C
Octal 5 133 334 142 73 0 16 330 140 54
Binary 101 1011011 11011100 1100010 111011 0 1110 11011000 1100000 101100

Color Harmonies of #055BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055BDC

Black with #055BDC

Text Example


Text Example

White with #055BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,91,220); }

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

background-color css

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

 a { background-color: rgb(5,91,220); }

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

border-color css

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

 span { border-color: rgb(5,91,220); }

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