#1869DF

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

Shades of Navy Blue #1869DF

Tints of Navy Blue #1869DF

Color information

#1869DF (or 0x1869DF) is unknown color: approx Navy Blue. HEX triplet: 18, 69 and DF. RGB value is (24,105,223). Sum of RGB (Red+Green+Blue) = 24+105+223=352 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.82% from 352); Green value is 105 (41.41% from 255 or 29.83% from 352); Blue value is 223 (87.5% from 255 or 63.35% from 352); Max value from RGB is 223 - color contains mainly: blue. Hex color #1869DF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1869DF is #E79620. Grayscale: #5D5D5D. Windows color (decimal): -15177249 or 14641432. OLE color: 14641432.

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

Color convert

RGB24105223-
CMYK0.890.5300.13
HSL215.58º80.57%48.43%-
HSV(B)215.58º89.24%87.45%-
XYZ18.7515.6371.84-
YUV94.23200.6677.91-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 6.82%
GREEN value IS 105 (41.41% from 255) = 29.83%
BLUE value IS 223 (87.5% from 255) = 63.35%
R=6.82%
G=29.83%
B=63.35%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal241052230.890.5300.13215.5880.5748.43
Hex1869DF59350Dd85130
Octal301513371316501533012160
Binary11000110100111011111101100111010101101110110001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1869DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(24,105,223); }

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

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

 a { background-color: rgb(24,105,223); }

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

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

 span { border-color: rgb(24,105,223); }

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