#001567

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

Shades of Sapphire #001567

Tints of Sapphire #001567

Color information

#001567 (or 0x001567) is unknown color: approx Sapphire. HEX triplet: 00, 15 and 67. RGB value is (0,21,103). Sum of RGB (Red+Green+Blue) = 0+21+103=124 (16% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 124); Green value is 21 (8.59% from 255 or 16.94% from 124); Blue value is 103 (40.62% from 255 or 83.06% from 124); Max value from RGB is 103 - color contains mainly: blue. Hex color #001567 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #001567 is #FFEA98. Grayscale: #171717. Windows color (decimal): -16771737 or 6755584. OLE color: 6755584.

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

Color convert

RGB021103-
CMYK10.8000.60
HSL227.77º100%20.2%-
HSV(B)227.77º100%40.39%-
XYZ2.721.5212.98-
YUV24.07172.54110.83-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 21 (8.59% from 255) = 16.94%
BLUE value IS 103 (40.62% from 255) = 83.06%
R=0%
G=16.94%
B=83.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal02110310.8000.60227.7710020.2
Hex01567645003Ce46414
Octal02514714412007434414424
Binary010101110011111001001010000011110011100100110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #001567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #001567; }

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

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

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

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

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

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

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

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