#02155A

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

Shades of Sapphire #02155A

Tints of Sapphire #02155A

Color information

#02155A (or 0x02155A) is unknown color: approx Sapphire. HEX triplet: 02, 15 and 5A. RGB value is (2,21,90). Sum of RGB (Red+Green+Blue) = 2+21+90=113 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.77% from 113); Green value is 21 (8.59% from 255 or 18.58% from 113); Blue value is 90 (35.55% from 255 or 79.65% from 113); Max value from RGB is 90 - color contains mainly: blue. Hex color #02155A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02155A is #FDEAA5. Grayscale: #161616. Windows color (decimal): -16640678 or 5903618. OLE color: 5903618.

HSL color Cylindrical-coordinate representation of color #02155A: hue angle of 227.05º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02155A is Cyan = 0.98, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB22190-
CMYK0.980.7700.65
HSL227.05º95.65%18.04%-
HSV(B)227.05º97.78%35.29%-
XYZ2.141.299.81-
YUV23.18165.71112.89-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.77%
GREEN value IS 21 (8.59% from 255) = 18.58%
BLUE value IS 90 (35.55% from 255) = 79.65%
R=1.77%
G=18.58%
B=79.65%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal221900.980.7700.65227.0595.6518.04
Hex2155A624D041e36012
Octal225132142115010134314022
Binary10101011011010110001010011010100000111100011110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02155A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02155A; }

 p { color: rgb(2,21,90); }

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

<style>
 a { background-color: #02155A; }

 a { background-color: rgb(2,21,90); }

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

<style>
 span { border-color: #02155A; }

 span { border-color: rgb(2,21,90); }

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