#012168

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

Shades of Sapphire #012168

Tints of Sapphire #012168

Color information

#012168 (or 0x012168) is unknown color: approx Sapphire. HEX triplet: 01, 21 and 68. RGB value is (1,33,104). Sum of RGB (Red+Green+Blue) = 1+33+104=138 (18% of max value = 765). Red value is 1 (0.78% from 255 or 0.72% from 138); Green value is 33 (13.28% from 255 or 23.91% from 138); Blue value is 104 (41.02% from 255 or 75.36% from 138); Max value from RGB is 104 - color contains mainly: blue. Hex color #012168 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012168 is #FEDE97. Grayscale: #1F1F1F. Windows color (decimal): -16703128 or 6824193. OLE color: 6824193.

HSL color Cylindrical-coordinate representation of color #012168: hue angle of 221.36º degrees, saturation: 0.98, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012168 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB133104-
CMYK0.990.6800.59
HSL221.36º98.1%20.59%-
HSV(B)221.36º99.04%40.78%-
XYZ3.062.0913.34-
YUV31.53168.9106.23-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.72%
GREEN value IS 33 (13.28% from 255) = 23.91%
BLUE value IS 104 (41.02% from 255) = 75.36%
R=0.72%
G=23.91%
B=75.36%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal1331040.990.6800.59221.3698.120.59
Hex12168634403Bdd6215
Octal14115014310407333514225
Binary1100001110100011000111000100011101111011101110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012168; }

 p { color: rgb(1,33,104); }

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

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

 a { background-color: rgb(1,33,104); }

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

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

 span { border-color: rgb(1,33,104); }

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