#001866

Color #001866 Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #001866

Tints of Sapphire #001866

Color information

#001866 (or 0x001866) is unknown color: approx Sapphire. HEX triplet: 00, 18 and 66. RGB value is (0,24,102). Sum of RGB (Red+Green+Blue) = 0+24+102=126 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 126); Green value is 24 (9.77% from 255 or 19.05% from 126); Blue value is 102 (40.23% from 255 or 80.95% from 126); Max value from RGB is 102 - color contains mainly: blue. Hex color #001866 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001866 is #FFE799. Grayscale: #191919. Windows color (decimal): -16770970 or 6690816. OLE color: 6690816.

HSL color Cylindrical-coordinate representation of color #001866: hue angle of 225.88º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001866 is Cyan = 1, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB024102-
CMYK10.7600.6
HSL225.88º100%20%-
HSV(B)225.88º100%40%-
XYZ2.721.6112.74-
YUV25.72171.05109.66-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 24 (9.77% from 255) = 19.05%
BLUE value IS 102 (40.23% from 255) = 80.95%
R=0%
G=19.05%
B=80.95%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal02410210.7600.6225.8810020
Hex01866644C03Ce26414
Octal03014614411407434214424
Binary011000110011011001001001100011110011100010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001866; }

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

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

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

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

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

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

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

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