#02135D

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

Shades of Sapphire #02135D

Tints of Sapphire #02135D

Color information

#02135D (or 0x02135D) is unknown color: approx Sapphire. HEX triplet: 02, 13 and 5D. RGB value is (2,19,93). Sum of RGB (Red+Green+Blue) = 2+19+93=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 19 (7.81% from 255 or 16.67% from 114); Blue value is 93 (36.72% from 255 or 81.58% from 114); Max value from RGB is 93 - color contains mainly: blue. Hex color #02135D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02135D is #FDECA2. Grayscale: #161616. Windows color (decimal): -16641187 or 6099714. OLE color: 6099714.

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

Color convert

RGB21993-
CMYK0.980.8000.64
HSL228.79º95.79%18.63%-
HSV(B)228.79º97.85%36.47%-
XYZ2.231.2710.48-
YUV22.35167.87113.48-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.75%
GREEN value IS 19 (7.81% from 255) = 16.67%
BLUE value IS 93 (36.72% from 255) = 81.58%
R=1.75%
G=16.67%
B=81.58%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal219930.980.8000.64228.7995.7918.63
Hex2135D6250040e56013
Octal223135142120010034514023
Binary10100111011101110001010100000100000011100101110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02135D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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