#02135C

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

Shades of Sapphire #02135C

Tints of Sapphire #02135C

Color information

#02135C (or 0x02135C) is unknown color: approx Sapphire. HEX triplet: 02, 13 and 5C. RGB value is (2,19,92). Sum of RGB (Red+Green+Blue) = 2+19+92=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 19 (7.81% from 255 or 16.81% from 113); Blue value is 92 (36.33% from 255 or 81.42% from 113); Max value from RGB is 92 - color contains mainly: blue. Hex color #02135C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02135C is #FDECA3. Grayscale: #151515. Windows color (decimal): -16641188 or 6034178. OLE color: 6034178.

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

Color convert

RGB21992-
CMYK0.980.7900.64
HSL228.67º95.74%18.43%-
HSV(B)228.67º97.83%36.08%-
XYZ2.191.2510.25-
YUV22.24167.37113.56-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.77%
GREEN value IS 19 (7.81% from 255) = 16.81%
BLUE value IS 92 (36.33% from 255) = 81.42%
R=1.77%
G=16.81%
B=81.42%

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
Decimal219920.980.7900.64228.6795.7418.43
Hex2135C624F040e56012
Octal223134142117010034514022
Binary10100111011100110001010011110100000011100101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02135C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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