#1075DF

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

Shades of Navy Blue #1075DF

Tints of Navy Blue #1075DF

Color information

#1075DF (or 0x1075DF) is unknown color: approx Navy Blue. HEX triplet: 10, 75 and DF. RGB value is (16,117,223). Sum of RGB (Red+Green+Blue) = 16+117+223=356 (47% of max value = 765). Red value is 16 (6.64% from 255 or 4.49% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 223 (87.5% from 255 or 62.64% from 356); Max value from RGB is 223 - color contains mainly: blue. Hex color #1075DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1075DF is #EF8A20. Grayscale: #626262. Windows color (decimal): -15698465 or 14644496. OLE color: 14644496.

HSL color Cylindrical-coordinate representation of color #1075DF: hue angle of 210.72º degrees, saturation: 0.87, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #1075DF is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB16117223-
CMYK0.930.4800.13
HSL210.72º86.61%46.86%-
HSV(B)210.72º92.83%87.45%-
XYZ19.8918.1672.27-
YUV98.88198.0468.88-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.49%
GREEN value IS 117 (46.09% from 255) = 32.87%
BLUE value IS 223 (87.5% from 255) = 62.64%
R=4.49%
G=32.87%
B=62.64%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal161172230.930.4800.13210.7286.6146.86
Hex1075DF5D300Dd3572f
Octal201653371356001532312757
Binary10000111010111011111101110111000001101110100111010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1075DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1075DF; }

 p { color: rgb(16,117,223); }

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

<style>
 a { background-color: #1075DF; }

 a { background-color: rgb(16,117,223); }

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

<style>
 span { border-color: #1075DF; }

 span { border-color: rgb(16,117,223); }

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