#1865DC

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

Shades of Navy Blue #1865DC

Tints of Navy Blue #1865DC

Color information

#1865DC (or 0x1865DC) is unknown color: approx Navy Blue. HEX triplet: 18, 65 and DC. RGB value is (24,101,220). Sum of RGB (Red+Green+Blue) = 24+101+220=345 (45% of max value = 765). Red value is 24 (9.77% from 255 or 6.96% from 345); Green value is 101 (39.84% from 255 or 29.28% from 345); Blue value is 220 (86.33% from 255 or 63.77% from 345); Max value from RGB is 220 - color contains mainly: blue. Hex color #1865DC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1865DC is #E79A23. Grayscale: #5A5A5A. Windows color (decimal): -15178276 or 14443800. OLE color: 14443800.

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

Color convert

RGB24101220-
CMYK0.890.5400.14
HSL216.43º80.33%47.84%-
HSV(B)216.43º89.09%86.27%-
XYZ17.9514.6769.6-
YUV91.54200.4979.82-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.96%
GREEN value IS 101 (39.84% from 255) = 29.28%
BLUE value IS 220 (86.33% from 255) = 63.77%
R=6.96%
G=29.28%
B=63.77%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal241012200.890.5400.14216.4380.3347.84
Hex1865DC59360Ed85030
Octal301453341316601633012060
Binary11000110010111011100101100111011001110110110001010000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1865DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,101,220); }

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

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

 a { background-color: rgb(24,101,220); }

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

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

 span { border-color: rgb(24,101,220); }

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