#02135B

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

Shades of Sapphire #02135B

Tints of Sapphire #02135B

Color information

#02135B (or 0x02135B) is unknown color: approx Sapphire. HEX triplet: 02, 13 and 5B. RGB value is (2,19,91). Sum of RGB (Red+Green+Blue) = 2+19+91=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 19 (7.81% from 255 or 16.96% from 112); Blue value is 91 (35.94% from 255 or 81.25% from 112); Max value from RGB is 91 - color contains mainly: blue. Hex color #02135B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02135B is #FDECA4. Grayscale: #151515. Windows color (decimal): -16641189 or 5968642. OLE color: 5968642.

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

Color convert

RGB21991-
CMYK0.980.7900.64
HSL228.54º95.7%18.24%-
HSV(B)228.54º97.8%35.69%-
XYZ2.151.2310.02-
YUV22.12166.87113.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.79%
GREEN value IS 19 (7.81% from 255) = 16.96%
BLUE value IS 91 (35.94% from 255) = 81.25%
R=1.79%
G=16.96%
B=81.25%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal219910.980.7900.64228.5495.718.24
Hex2135B624F040e56012
Octal223133142117010034514022
Binary10100111011011110001010011110100000011100101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02135B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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