#01164A

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

Shades of Sapphire #01164A

Tints of Sapphire #01164A

Color information

#01164A (or 0x01164A) is unknown color: approx Sapphire. HEX triplet: 01, 16 and 4A. RGB value is (1,22,74). Sum of RGB (Red+Green+Blue) = 1+22+74=97 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.03% from 97); Green value is 22 (8.98% from 255 or 22.68% from 97); Blue value is 74 (29.30% from 255 or 76.29% from 97); Max value from RGB is 74 - color contains mainly: blue. Hex color #01164A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01164A is #FEE9B5. Grayscale: #151515. Windows color (decimal): -16705974 or 4855297. OLE color: 4855297.

HSL color Cylindrical-coordinate representation of color #01164A: hue angle of 222.74º degrees, saturation: 0.97, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01164A is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB12274-
CMYK0.990.7000.71
HSL222.74º97.33%14.71%-
HSV(B)222.74º98.65%29.02%-
XYZ1.541.076.61-
YUV21.65157.54113.27-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.03%
GREEN value IS 22 (8.98% from 255) = 22.68%
BLUE value IS 74 (29.30% from 255) = 76.29%
R=1.03%
G=22.68%
B=76.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal122740.990.7000.71222.7497.3314.71
Hex1164A6346047df61f
Octal126112143106010733714117
Binary110110100101011000111000110010001111101111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01164A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01164A; }

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

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

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

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

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

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

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

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