#02105B

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

Shades of Sapphire #02105B

Tints of Sapphire #02105B

Color information

#02105B (or 0x02105B) is unknown color: approx Sapphire. HEX triplet: 02, 10 and 5B. RGB value is (2,16,91). Sum of RGB (Red+Green+Blue) = 2+16+91=109 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.83% from 109); Green value is 16 (6.64% from 255 or 14.68% from 109); Blue value is 91 (35.94% from 255 or 83.49% from 109); Max value from RGB is 91 - color contains mainly: blue. Hex color #02105B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02105B is #FDEFA4. Grayscale: #141414. Windows color (decimal): -16641957 or 5967874. OLE color: 5967874.

HSL color Cylindrical-coordinate representation of color #02105B: hue angle of 230.56º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02105B is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB21691-
CMYK0.980.8200.64
HSL230.56º95.7%18.24%-
HSV(B)230.56º97.8%35.69%-
XYZ2.11.1410.01-
YUV20.36167.86114.9-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.83%
GREEN value IS 16 (6.64% from 255) = 14.68%
BLUE value IS 91 (35.94% from 255) = 83.49%
R=1.83%
G=14.68%
B=83.49%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal216910.980.8200.64230.5695.718.24
Hex2105B6252040e76012
Octal220133142122010034714022
Binary10100001011011110001010100100100000011100111110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02105B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02105B; }

 p { color: rgb(2,16,91); }

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

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

 a { background-color: rgb(2,16,91); }

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

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

 span { border-color: rgb(2,16,91); }

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