#011645

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

Shades of Sapphire #011645

Tints of Sapphire #011645

Color information

#011645 (or 0x011645) is unknown color: approx Sapphire. HEX triplet: 01, 16 and 45. RGB value is (1,22,69). Sum of RGB (Red+Green+Blue) = 1+22+69=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 22 (8.98% from 255 or 23.91% from 92); Blue value is 69 (27.34% from 255 or 75% from 92); Max value from RGB is 69 - color contains mainly: blue. Hex color #011645 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #011645 is #FEE9BA. Grayscale: #141414. Windows color (decimal): -16705979 or 4527617. OLE color: 4527617.

HSL color Cylindrical-coordinate representation of color #011645: hue angle of 221.47º degrees, saturation: 0.97, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011645 is Cyan = 0.99, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.73.

Color convert

RGB12269-
CMYK0.990.6800.73
HSL221.47º97.14%13.73%-
HSV(B)221.47º98.55%27.06%-
XYZ1.371.015.75-
YUV21.08155.04113.68-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.09%
GREEN value IS 22 (8.98% from 255) = 23.91%
BLUE value IS 69 (27.34% from 255) = 75%
R=1.09%
G=23.91%
B=75%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal122690.990.6800.73221.4797.1413.73
Hex116456344049dd61e
Octal126105143104011133514116
Binary110110100010111000111000100010010011101110111000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #011645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #011645; }

 p { color: rgb(1,22,69); }

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

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

 a { background-color: rgb(1,22,69); }

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

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

 span { border-color: rgb(1,22,69); }

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