Html Css Color HEX #1055DC Navy Blue

📋 copy color: '#1055DC'

red 16 ◦ green 85 ◦ blue 220

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

Shades of Navy Blue #1055DC

Tints of Navy Blue #1055DC

RGB

 RED value IS 16 (6.64% from 255) = 4.98%

 GREEN value IS 85 (33.59% from 255) = 26.48%

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

R = 4.98%
G = 26.48%
B = 68.54%

CMYK

 C value IS 0.93

 M value IS 0.61

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#1055DC (or 0x1055DC) is known color: Navy Blue. HEX triplet: 10, 55 and DC. RGB value is (16,85,220). Sum of RGB (Red+Green+Blue) = 16+85+220=321 (42% of max value = 765). Red value is 16 (6.64% from 255 or 4.98% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 220 (86.33% from 255 or 68.54% from 321); Max value from RGB is 220 - color contains mainly: blue. Hex color #1055DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1055DC is #EFAA23. Grayscale: #4F4F4F. Windows color (decimal): -15706660 or 14439696. OLE color: 14439696.

HSL color Cylindrical-coordinate representation of color #1055DC: hue angle of 219.71º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1055DC is Cyan = 0.93, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 16 85 220 -
CMYK 0.93 0.61 0 0.14
HSL 219.71º 0.86% 0.46% -
HSV(B) 219.71º 0.93% 0.86% -
XYZ 16.38 11.77 69.12 -
YUV 79.76 207.14 82.52 -
System Red Green Blue C M Y K H S L
Decimal 16 85 220 0.93 0.61 0 0.14 219.71 0.86 0.46
Hex 10 55 DC 5D 3D 0 E DC 56 2E
Octal 20 125 334 135 75 0 16 334 126 56
Binary 10000 1010101 11011100 1011101 111101 0 1110 11011100 1010110 101110

Color Harmonies of #1055DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1055DC

Black with #1055DC

Text Example


Text Example

White with #1055DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1055DC; }

 p { color: rgb(16,85,220); }

 H1.HeaderClassName
 {
   color: #1055DC;
 }
 .AnyTagClassName
 {
   color: #1055DC;
 }
</style>

background-color css

<style>
 a { background-color: #1055DC; }

 a { background-color: rgb(16,85,220); }

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

border-color css

<style>
 span { border-color: #1055DC; }

 span { border-color: rgb(16,85,220); }

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