#021F68

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

Shades of Sapphire #021F68

Tints of Sapphire #021F68

Color information

#021F68 (or 0x021F68) is unknown color: approx Sapphire. HEX triplet: 02, 1F and 68. RGB value is (2,31,104). Sum of RGB (Red+Green+Blue) = 2+31+104=137 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.46% from 137); Green value is 31 (12.5% from 255 or 22.63% from 137); Blue value is 104 (41.02% from 255 or 75.91% from 137); Max value from RGB is 104 - color contains mainly: blue. Hex color #021F68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021F68 is #FDE097. Grayscale: #1E1E1E. Windows color (decimal): -16638104 or 6823682. OLE color: 6823682.

HSL color Cylindrical-coordinate representation of color #021F68: hue angle of 222.94º 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 #021F68 is Cyan = 0.98, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB231104-
CMYK0.980.7000.59
HSL222.94º96.23%20.78%-
HSV(B)222.94º98.08%40.78%-
XYZ3.011.9913.32-
YUV30.65169.39107.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.46%
GREEN value IS 31 (12.5% from 255) = 22.63%
BLUE value IS 104 (41.02% from 255) = 75.91%
R=1.46%
G=22.63%
B=75.91%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal2311040.980.7000.59222.9496.2320.78
Hex21F68624603Bdf6015
Octal23715014210607333714025
Binary1011111110100011000101000110011101111011111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021F68; }

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

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

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

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

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

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

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

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