#1068DC

Color #1068DC Navy Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Navy Blue #1068DC

Tints of Navy Blue #1068DC

Color information

#1068DC (or 0x1068DC) is unknown color: approx Navy Blue. HEX triplet: 10, 68 and DC. RGB value is (16,104,220). Sum of RGB (Red+Green+Blue) = 16+104+220=340 (45% of max value = 765). Red value is 16 (6.64% from 255 or 4.71% from 340); Green value is 104 (41.02% from 255 or 30.59% from 340); Blue value is 220 (86.33% from 255 or 64.71% from 340); Max value from RGB is 220 - color contains mainly: blue. Hex color #1068DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1068DC is #EF9723. Grayscale: #5A5A5A. Windows color (decimal): -15701796 or 14444560. OLE color: 14444560.

HSL color Cylindrical-coordinate representation of color #1068DC: hue angle of 214.12º 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 #1068DC is Cyan = 0.93, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB16104220-
CMYK0.930.5300.14
HSL214.12º86.44%46.27%-
HSV(B)214.12º92.73%86.27%-
XYZ18.0815.1869.69-
YUV90.91200.8574.57-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.71%
GREEN value IS 104 (41.02% from 255) = 30.59%
BLUE value IS 220 (86.33% from 255) = 64.71%
R=4.71%
G=30.59%
B=64.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal161042200.930.5300.14214.1286.4446.27
Hex1068DC5D350Ed6562e
Octal201503341356501632612656
Binary10000110100011011100101110111010101110110101101010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1068DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #1068DC;
 }
 .AnyTagClassName
 {
   color: #1068DC;
 }
</style>
background-color css

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

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

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

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

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

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