#020B5B

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

Shades of Sapphire #020B5B

Tints of Sapphire #020B5B

Color information

#020B5B (or 0x020B5B) is unknown color: approx Sapphire. HEX triplet: 02, 0B and 5B. RGB value is (2,11,91). Sum of RGB (Red+Green+Blue) = 2+11+91=104 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.92% from 104); Green value is 11 (4.69% from 255 or 10.58% from 104); Blue value is 91 (35.94% from 255 or 87.5% from 104); Max value from RGB is 91 - color contains mainly: blue. Hex color #020B5B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020B5B is #FDF4A4. Grayscale: #111111. Windows color (decimal): -16643237 or 5966594. OLE color: 5966594.

HSL color Cylindrical-coordinate representation of color #020B5B: hue angle of 233.93º 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 #020B5B is Cyan = 0.98, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB21191-
CMYK0.980.8800.64
HSL233.93º95.7%18.24%-
HSV(B)233.93º97.8%35.69%-
XYZ2.031.019.98-
YUV17.43169.52117-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.92%
GREEN value IS 11 (4.69% from 255) = 10.58%
BLUE value IS 91 (35.94% from 255) = 87.5%
R=1.92%
G=10.58%
B=87.5%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal211910.980.8800.64233.9395.718.24
Hex2B5B6258040ea6012
Octal213133142130010035214022
Binary1010111011011110001010110000100000011101010110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020B5B; }

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

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

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

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

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

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

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

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