#012567

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

Shades of Sapphire #012567

Tints of Sapphire #012567

Color information

#012567 (or 0x012567) is unknown color: approx Sapphire. HEX triplet: 01, 25 and 67. RGB value is (1,37,103). Sum of RGB (Red+Green+Blue) = 1+37+103=141 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.71% from 141); Green value is 37 (14.84% from 255 or 26.24% from 141); Blue value is 103 (40.62% from 255 or 73.05% from 141); Max value from RGB is 103 - color contains mainly: blue. Hex color #012567 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012567 is #FEDA98. Grayscale: #212121. Windows color (decimal): -16702105 or 6759681. OLE color: 6759681.

HSL color Cylindrical-coordinate representation of color #012567: hue angle of 218.82º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012567 is Cyan = 0.99, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB137103-
CMYK0.990.6400.60
HSL218.82º98.08%20.39%-
HSV(B)218.82º99.03%40.39%-
XYZ3.122.3113.11-
YUV33.76167.07104.63-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.71%
GREEN value IS 37 (14.84% from 255) = 26.24%
BLUE value IS 103 (40.62% from 255) = 73.05%
R=0.71%
G=26.24%
B=73.05%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1371030.990.6400.60218.8298.0820.39
Hex12567634003Cdb6214
Octal14514714310007433314224
Binary1100101110011111000111000000011110011011011110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012567; }

 p { color: rgb(1,37,103); }

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

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

 a { background-color: rgb(1,37,103); }

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

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

 span { border-color: rgb(1,37,103); }

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