#1866DB

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

Shades of Navy Blue #1866DB

Tints of Navy Blue #1866DB

Color information

#1866DB (or 0x1866DB) is unknown color: approx Navy Blue. HEX triplet: 18, 66 and DB. RGB value is (24,102,219). Sum of RGB (Red+Green+Blue) = 24+102+219=345 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.96% from 345); Green value is 102 (40.23% from 255 or 29.57% from 345); Blue value is 219 (85.94% from 255 or 63.48% from 345); Max value from RGB is 219 - color contains mainly: blue. Hex color #1866DB is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1866DB is #E79924. Grayscale: #5B5B5B. Windows color (decimal): -15178021 or 14378520. OLE color: 14378520.

HSL color Cylindrical-coordinate representation of color #1866DB: hue angle of 216º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1866DB is Cyan = 0.89, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB24102219-
CMYK0.890.5300.14
HSL216º80.25%47.65%-
HSV(B)216º89.04%85.88%-
XYZ17.9114.8168.93-
YUV92.02199.6679.49-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.96%
GREEN value IS 102 (40.23% from 255) = 29.57%
BLUE value IS 219 (85.94% from 255) = 63.48%
R=6.96%
G=29.57%
B=63.48%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal241022190.890.5300.1421680.2547.65
Hex1866DB59350Ed85030
Octal301463331316501633012060
Binary11000110011011011011101100111010101110110110001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1866DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,102,219); }

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

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

 a { background-color: rgb(24,102,219); }

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

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

 span { border-color: rgb(24,102,219); }

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