#02125F

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

Shades of Sapphire #02125F

Tints of Sapphire #02125F

Color information

#02125F (or 0x02125F) is unknown color: approx Sapphire. HEX triplet: 02, 12 and 5F. RGB value is (2,18,95). Sum of RGB (Red+Green+Blue) = 2+18+95=115 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.74% from 115); Green value is 18 (7.42% from 255 or 15.65% from 115); Blue value is 95 (37.5% from 255 or 82.61% from 115); Max value from RGB is 95 - color contains mainly: blue. Hex color #02125F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02125F is #FDEDA0. Grayscale: #151515. Windows color (decimal): -16641441 or 6230530. OLE color: 6230530.

HSL color Cylindrical-coordinate representation of color #02125F: hue angle of 229.68º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02125F is Cyan = 0.98, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB21895-
CMYK0.980.8100.63
HSL229.68º95.88%19.02%-
HSV(B)229.68º97.89%37.25%-
XYZ2.311.2710.95-
YUV21.99169.2113.74-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.74%
GREEN value IS 18 (7.42% from 255) = 15.65%
BLUE value IS 95 (37.5% from 255) = 82.61%
R=1.74%
G=15.65%
B=82.61%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal218950.980.8100.63229.6895.8819.02
Hex2125F625103Fe66013
Octal22213714212107734614023
Binary1010010101111111000101010001011111111100110110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02125F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02125F; }

 p { color: rgb(2,18,95); }

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

<style>
 a { background-color: #02125F; }

 a { background-color: rgb(2,18,95); }

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

<style>
 span { border-color: #02125F; }

 span { border-color: rgb(2,18,95); }

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