#1085DB

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

Shades of Navy Blue #1085DB

Tints of Navy Blue #1085DB

Color information

#1085DB (or 0x1085DB) is unknown color: approx Navy Blue. HEX triplet: 10, 85 and DB. RGB value is (16,133,219). Sum of RGB (Red+Green+Blue) = 16+133+219=368 (48% of max value = 765). Red value is 16 (6.64% from 255 or 4.35% from 368); Green value is 133 (52.34% from 255 or 36.14% from 368); Blue value is 219 (85.94% from 255 or 59.51% from 368); Max value from RGB is 219 - color contains mainly: blue. Hex color #1085DB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1085DB is #EF7A24. Grayscale: #6B6B6B. Windows color (decimal): -15694373 or 14386448. OLE color: 14386448.

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

Color convert

RGB16133219-
CMYK0.930.3900.14
HSL205.42º86.38%46.08%-
HSV(B)205.42º92.69%85.88%-
XYZ21.392270.14-
YUV107.82190.7462.51-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.35%
GREEN value IS 133 (52.34% from 255) = 36.14%
BLUE value IS 219 (85.94% from 255) = 59.51%
R=4.35%
G=36.14%
B=59.51%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal161332190.930.3900.14205.4286.3846.08
Hex1085DB5D270Ecd562e
Octal202053331354701631512656
Binary100001000010111011011101110110011101110110011011010110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1085DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1085DB; }

 p { color: rgb(16,133,219); }

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

<style>
 a { background-color: #1085DB; }

 a { background-color: rgb(16,133,219); }

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

<style>
 span { border-color: #1085DB; }

 span { border-color: rgb(16,133,219); }

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