#021268

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

Shades of Sapphire #021268

Tints of Sapphire #021268

Color information

#021268 (or 0x021268) is unknown color: approx Sapphire. HEX triplet: 02, 12 and 68. RGB value is (2,18,104). Sum of RGB (Red+Green+Blue) = 2+18+104=124 (16% of max value = 765). Red value is 2 (1.17% from 255 or 1.61% from 124); Green value is 18 (7.42% from 255 or 14.52% from 124); Blue value is 104 (41.02% from 255 or 83.87% from 124); Max value from RGB is 104 - color contains mainly: blue. Hex color #021268 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #021268 is #FDED97. Grayscale: #161616. Windows color (decimal): -16641432 or 6820354. OLE color: 6820354.

HSL color Cylindrical-coordinate representation of color #021268: hue angle of 230.59º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021268 is Cyan = 0.98, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB218104-
CMYK0.980.8300.59
HSL230.59º96.23%20.78%-
HSV(B)230.59º98.08%40.78%-
XYZ2.741.4413.23-
YUV23.02173.7113.01-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.61%
GREEN value IS 18 (7.42% from 255) = 14.52%
BLUE value IS 104 (41.02% from 255) = 83.87%
R=1.61%
G=14.52%
B=83.87%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2181040.980.8300.59230.5996.2320.78
Hex21268625303Be76015
Octal22215014212307334714025
Binary1010010110100011000101010011011101111100111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021268; }

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

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

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

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

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

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

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

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