#012165

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

Shades of Sapphire #012165

Tints of Sapphire #012165

Color information

#012165 (or 0x012165) is unknown color: approx Sapphire. HEX triplet: 01, 21 and 65. RGB value is (1,33,101). Sum of RGB (Red+Green+Blue) = 1+33+101=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 33 (13.28% from 255 or 24.44% from 135); Blue value is 101 (39.84% from 255 or 74.81% from 135); Max value from RGB is 101 - color contains mainly: blue. Hex color #012165 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012165 is #FEDE9A. Grayscale: #1E1E1E. Windows color (decimal): -16703131 or 6627585. OLE color: 6627585.

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

Color convert

RGB133101-
CMYK0.990.6700.60
HSL220.8º98.04%20%-
HSV(B)220.8º99.01%39.61%-
XYZ2.912.0312.55-
YUV31.18167.4106.47-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.74%
GREEN value IS 33 (13.28% from 255) = 24.44%
BLUE value IS 101 (39.84% from 255) = 74.81%
R=0.74%
G=24.44%
B=74.81%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal1331010.990.6700.60220.898.0420
Hex12165634303Cdd6214
Octal14114514310307433514224
Binary1100001110010111000111000011011110011011101110001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012165

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012165; }

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

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

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

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

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

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

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

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