#02125A

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

Shades of Sapphire #02125A

Tints of Sapphire #02125A

Color information

#02125A (or 0x02125A) is unknown color: approx Sapphire. HEX triplet: 02, 12 and 5A. RGB value is (2,18,90). Sum of RGB (Red+Green+Blue) = 2+18+90=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 18 (7.42% from 255 or 16.36% from 110); Blue value is 90 (35.55% from 255 or 81.82% from 110); Max value from RGB is 90 - color contains mainly: blue. Hex color #02125A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02125A is #FDEDA5. Grayscale: #151515. Windows color (decimal): -16641446 or 5902850. OLE color: 5902850.

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

Color convert

RGB21890-
CMYK0.980.8000.65
HSL229.09º95.65%18.04%-
HSV(B)229.09º97.78%35.29%-
XYZ2.091.189.79-
YUV21.42166.7114.15-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.82%
GREEN value IS 18 (7.42% from 255) = 16.36%
BLUE value IS 90 (35.55% from 255) = 81.82%
R=1.82%
G=16.36%
B=81.82%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal218900.980.8000.65229.0995.6518.04
Hex2125A6250041e56012
Octal222132142120010134514022
Binary10100101011010110001010100000100000111100101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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