#02105A

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

Shades of Sapphire #02105A

Tints of Sapphire #02105A

Color information

#02105A (or 0x02105A) is unknown color: approx Sapphire. HEX triplet: 02, 10 and 5A. RGB value is (2,16,90). Sum of RGB (Red+Green+Blue) = 2+16+90=108 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.85% from 108); Green value is 16 (6.64% from 255 or 14.81% from 108); Blue value is 90 (35.55% from 255 or 83.33% from 108); Max value from RGB is 90 - color contains mainly: blue. Hex color #02105A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02105A is #FDEFA5. Grayscale: #131313. Windows color (decimal): -16641958 or 5902338. OLE color: 5902338.

HSL color Cylindrical-coordinate representation of color #02105A: hue angle of 230.45º 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 #02105A is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB21690-
CMYK0.980.8200.65
HSL230.45º95.65%18.04%-
HSV(B)230.45º97.78%35.29%-
XYZ2.061.129.78-
YUV20.25167.36114.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.85%
GREEN value IS 16 (6.64% from 255) = 14.81%
BLUE value IS 90 (35.55% from 255) = 83.33%
R=1.85%
G=14.81%
B=83.33%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal216900.980.8200.65230.4595.6518.04
Hex2105A6252041e66012
Octal220132142122010134614022
Binary10100001011010110001010100100100000111100110110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02105A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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