#001867

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

Shades of Sapphire #001867

Tints of Sapphire #001867

Color information

#001867 (or 0x001867) is unknown color: approx Sapphire. HEX triplet: 00, 18 and 67. RGB value is (0,24,103). Sum of RGB (Red+Green+Blue) = 0+24+103=127 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 127); Green value is 24 (9.77% from 255 or 18.90% from 127); Blue value is 103 (40.62% from 255 or 81.10% from 127); Max value from RGB is 103 - color contains mainly: blue. Hex color #001867 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001867 is #FFE798. Grayscale: #191919. Windows color (decimal): -16770969 or 6756352. OLE color: 6756352.

HSL color Cylindrical-coordinate representation of color #001867: hue angle of 226.02º 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 #001867 is Cyan = 1, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB024103-
CMYK10.7700.60
HSL226.02º100%20.2%-
HSV(B)226.02º100%40.39%-
XYZ2.771.6313-
YUV25.83171.55109.58-

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) = 18.90%
BLUE value IS 103 (40.62% from 255) = 81.10%
R=0%
G=18.90%
B=81.10%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal02410310.7700.60226.0210020.2
Hex01867644D03Ce26414
Octal03014714411507434214424
Binary011000110011111001001001101011110011100010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001867

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001867; }

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

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

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

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

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

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

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

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