#012658

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

Shades of Sapphire #012658

Tints of Sapphire #012658

Color information

#012658 (or 0x012658) is unknown color: approx Sapphire. HEX triplet: 01, 26 and 58. RGB value is (1,38,88). Sum of RGB (Red+Green+Blue) = 1+38+88=127 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 127); Green value is 38 (15.23% from 255 or 29.92% from 127); Blue value is 88 (34.77% from 255 or 69.29% from 127); Max value from RGB is 88 - color contains mainly: blue. Hex color #012658 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #012658 is #FED9A7. Grayscale: #202020. Windows color (decimal): -16701864 or 5776897. OLE color: 5776897.

HSL color Cylindrical-coordinate representation of color #012658: hue angle of 214.48º degrees, saturation: 0.98, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #012658 is Cyan = 0.99, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB13888-
CMYK0.990.5700.65
HSL214.48º97.75%17.45%-
HSV(B)214.48º98.86%34.51%-
XYZ2.472.19.51-
YUV32.64159.24105.43-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.79%
GREEN value IS 38 (15.23% from 255) = 29.92%
BLUE value IS 88 (34.77% from 255) = 69.29%
R=0.79%
G=29.92%
B=69.29%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal138880.990.5700.65214.4897.7517.45
Hex126586339041d66211
Octal14613014371010132614221
Binary1100110101100011000111110010100000111010110110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012658; }

 p { color: rgb(1,38,88); }

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

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

 a { background-color: rgb(1,38,88); }

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

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

 span { border-color: rgb(1,38,88); }

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