#02125C

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

Shades of Sapphire #02125C

Tints of Sapphire #02125C

Color information

#02125C (or 0x02125C) is unknown color: approx Sapphire. HEX triplet: 02, 12 and 5C. RGB value is (2,18,92). Sum of RGB (Red+Green+Blue) = 2+18+92=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 18 (7.42% from 255 or 16.07% from 112); Blue value is 92 (36.33% from 255 or 82.14% from 112); Max value from RGB is 92 - color contains mainly: blue. Hex color #02125C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02125C is #FDEDA3. Grayscale: #151515. Windows color (decimal): -16641444 or 6033922. OLE color: 6033922.

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

Color convert

RGB21892-
CMYK0.980.8000.64
HSL229.33º95.74%18.43%-
HSV(B)229.33º97.83%36.08%-
XYZ2.171.2210.25-
YUV21.65167.7113.98-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.79%
GREEN value IS 18 (7.42% from 255) = 16.07%
BLUE value IS 92 (36.33% from 255) = 82.14%
R=1.79%
G=16.07%
B=82.14%

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
Decimal218920.980.8000.64229.3395.7418.43
Hex2125C6250040e56012
Octal222134142120010034514022
Binary10100101011100110001010100000100000011100101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02125C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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