#001167

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

Shades of Sapphire #001167

Tints of Sapphire #001167

Color information

#001167 (or 0x001167) is unknown color: approx Sapphire. HEX triplet: 00, 11 and 67. RGB value is (0,17,103). Sum of RGB (Red+Green+Blue) = 0+17+103=120 (15% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 120); Green value is 17 (7.03% from 255 or 14.17% from 120); Blue value is 103 (40.62% from 255 or 85.83% from 120); Max value from RGB is 103 - color contains mainly: blue. Hex color #001167 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001167 is #FFEE98. Grayscale: #151515. Windows color (decimal): -16772761 or 6754560. OLE color: 6754560.

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

Color convert

RGB017103-
CMYK10.8300.60
HSL230.1º100%20.2%-
HSV(B)230.1º100%40.39%-
XYZ2.651.3812.96-
YUV21.72173.87112.51-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 17 (7.03% from 255) = 14.17%
BLUE value IS 103 (40.62% from 255) = 85.83%
R=0%
G=14.17%
B=85.83%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal01710310.8300.60230.110020.2
Hex01167645303Ce66414
Octal02114714412307434614424
Binary010001110011111001001010011011110011100110110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001167

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001167; }

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

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

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

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

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

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

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

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