#020B48

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

Shades of Sapphire #020B48

Tints of Sapphire #020B48

Color information

#020B48 (or 0x020B48) is unknown color: approx Sapphire. HEX triplet: 02, 0B and 48. RGB value is (2,11,72). Sum of RGB (Red+Green+Blue) = 2+11+72=85 (11% of max value = 765). Red value is 2 (1.17% from 255 or 2.35% from 85); Green value is 11 (4.69% from 255 or 12.94% from 85); Blue value is 72 (28.52% from 255 or 84.71% from 85); Max value from RGB is 72 - color contains mainly: blue. Hex color #020B48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #020B48 is #FDF4B7. Grayscale: #0F0F0F. Windows color (decimal): -16643256 or 4721410. OLE color: 4721410.

HSL color Cylindrical-coordinate representation of color #020B48: hue angle of 232.29º degrees, saturation: 0.95, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #020B48 is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB21172-
CMYK0.970.8500.72
HSL232.29º94.59%14.51%-
HSV(B)232.29º97.22%28.24%-
XYZ1.310.726.2-
YUV15.26160.02118.54-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.35%
GREEN value IS 11 (4.69% from 255) = 12.94%
BLUE value IS 72 (28.52% from 255) = 84.71%
R=2.35%
G=12.94%
B=84.71%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal211720.970.8500.72232.2994.5914.51
Hex2B486155048e85ff
Octal213110141125011035013717
Binary101011100100011000011010101010010001110100010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020B48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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