Html Css Color HEX #055FDC Navy Blue

📋 copy color: '#055FDC'

red 5 ◦ green 95 ◦ blue 220

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

Shades of Navy Blue #055FDC

Tints of Navy Blue #055FDC

RGB

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

 GREEN value IS 95 (37.5% from 255) = 29.69%

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

R = 1.56%
G = 29.69%
B = 68.75%

CMYK

 C value IS 0.98

 M value IS 0.57

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#055FDC (or 0x055FDC) is known color: Navy Blue. HEX triplet: 05, 5F and DC. RGB value is (5,95,220). Sum of RGB (Red+Green+Blue) = 5+95+220=320 (42% of max value = 765). Red value is 5 (2.34% from 255 or 1.56% from 320); Green value is 95 (37.5% from 255 or 29.69% from 320); Blue value is 220 (86.33% from 255 or 68.75% from 320); Max value from RGB is 220 - color contains mainly: blue. Hex color #055FDC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #055FDC is #FAA023. Grayscale: #515151. Windows color (decimal): -16424996 or 14442245. OLE color: 14442245.

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

Color convert

RGB 5 95 220 -
CMYK 0.98 0.57 0 0.14
HSL 214.88º 0.96% 0.44% -
HSV(B) 214.88º 0.98% 0.86% -
XYZ 17.07 13.38 69.39 -
YUV 82.34 205.68 72.84 -
System Red Green Blue C M Y K H S L
Decimal 5 95 220 0.98 0.57 0 0.14 214.88 0.96 0.44
Hex 5 5F DC 62 39 0 E D7 60 2C
Octal 5 137 334 142 71 0 16 327 140 54
Binary 101 1011111 11011100 1100010 111001 0 1110 11010111 1100000 101100

Color Harmonies of #055FDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055FDC

Black with #055FDC

Text Example


Text Example

White with #055FDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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