#012273

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

Shades of Sapphire #012273

Tints of Sapphire #012273

Color information

#012273 (or 0x012273) is unknown color: approx Sapphire. HEX triplet: 01, 22 and 73. RGB value is (1,34,115). Sum of RGB (Red+Green+Blue) = 1+34+115=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 34 (13.67% from 255 or 22.67% from 150); Blue value is 115 (45.31% from 255 or 76.67% from 150); Max value from RGB is 115 - color contains mainly: blue. Hex color #012273 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012273 is #FEDD8C. Grayscale: #212121. Windows color (decimal): -16702861 or 7545345. OLE color: 7545345.

HSL color Cylindrical-coordinate representation of color #012273: hue angle of 222.63º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012273 is Cyan = 0.99, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB134115-
CMYK0.990.7000.55
HSL222.63º98.28%22.75%-
HSV(B)222.63º99.13%45.1%-
XYZ3.682.3916.49-
YUV33.37174.07104.91-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 34 (13.67% from 255) = 22.67%
BLUE value IS 115 (45.31% from 255) = 76.67%
R=0.67%
G=22.67%
B=76.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1341150.990.7000.55222.6398.2822.75
Hex122736346037df6217
Octal14216314310606733714227
Binary1100010111001111000111000110011011111011111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012273; }

 p { color: rgb(1,34,115); }

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

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

 a { background-color: rgb(1,34,115); }

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

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

 span { border-color: rgb(1,34,115); }

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