#021258

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

Shades of Sapphire #021258

Tints of Sapphire #021258

Color information

#021258 (or 0x021258) is unknown color: approx Sapphire. HEX triplet: 02, 12 and 58. RGB value is (2,18,88). Sum of RGB (Red+Green+Blue) = 2+18+88=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 18 (7.42% from 255 or 16.67% from 108); Blue value is 88 (34.77% from 255 or 81.48% from 108); Max value from RGB is 88 - color contains mainly: blue. Hex color #021258 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021258 is #FDEDA7. Grayscale: #141414. Windows color (decimal): -16641448 or 5771778. OLE color: 5771778.

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

Color convert

RGB21888-
CMYK0.980.8000.65
HSL228.84º95.56%17.65%-
HSV(B)228.84º97.73%34.51%-
XYZ21.159.35-
YUV21.2165.7114.31-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.85%
GREEN value IS 18 (7.42% from 255) = 16.67%
BLUE value IS 88 (34.77% from 255) = 81.48%
R=1.85%
G=16.67%
B=81.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal218880.980.8000.65228.8495.5617.65
Hex212586250041e56012
Octal222130142120010134514022
Binary10100101011000110001010100000100000111100101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021258; }

 p { color: rgb(2,18,88); }

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

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

 a { background-color: rgb(2,18,88); }

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

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

 span { border-color: rgb(2,18,88); }

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