#021F69

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

Shades of Sapphire #021F69

Tints of Sapphire #021F69

Color information

#021F69 (or 0x021F69) is unknown color: approx Sapphire. HEX triplet: 02, 1F and 69. RGB value is (2,31,105). Sum of RGB (Red+Green+Blue) = 2+31+105=138 (18% of max value = 765). Red value is 2 (1.17% from 255 or 1.45% from 138); Green value is 31 (12.5% from 255 or 22.46% from 138); Blue value is 105 (41.41% from 255 or 76.09% from 138); Max value from RGB is 105 - color contains mainly: blue. Hex color #021F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021F69 is #FDE096. Grayscale: #1E1E1E. Windows color (decimal): -16638103 or 6889218. OLE color: 6889218.

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

Color convert

RGB231105-
CMYK0.980.7000.59
HSL223.11º96.26%20.98%-
HSV(B)223.11º98.1%41.18%-
XYZ3.062.0113.59-
YUV30.76169.89107.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.45%
GREEN value IS 31 (12.5% from 255) = 22.46%
BLUE value IS 105 (41.41% from 255) = 76.09%
R=1.45%
G=22.46%
B=76.09%

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
Decimal2311050.980.7000.59223.1196.2620.98
Hex21F69624603Bdf6015
Octal23715114210607333714025
Binary1011111110100111000101000110011101111011111110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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