#012251

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

Shades of Sapphire #012251

Tints of Sapphire #012251

Color information

#012251 (or 0x012251) is unknown color: approx Sapphire. HEX triplet: 01, 22 and 51. RGB value is (1,34,81). Sum of RGB (Red+Green+Blue) = 1+34+81=116 (15% of max value = 765). Red value is 1 (0.78% from 255 or 0.86% from 116); Green value is 34 (13.67% from 255 or 29.31% from 116); Blue value is 81 (32.03% from 255 or 69.83% from 116); Max value from RGB is 81 - color contains mainly: blue. Hex color #012251 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012251 is #FEDDAE. Grayscale: #1D1D1D. Windows color (decimal): -16702895 or 5317121. OLE color: 5317121.

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

Color convert

RGB13481-
CMYK0.990.5800.68
HSL215.25º97.56%16.08%-
HSV(B)215.25º98.77%31.76%-
XYZ2.071.748.01-
YUV29.49157.07107.68-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.86%
GREEN value IS 34 (13.67% from 255) = 29.31%
BLUE value IS 81 (32.03% from 255) = 69.83%
R=0.86%
G=29.31%
B=69.83%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal134810.990.5800.68215.2597.5616.08
Hex12251633A044d76210
Octal14212114372010432714220
Binary1100010101000111000111110100100010011010111110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012251; }

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

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

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

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

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

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

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

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