#021A75

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

Shades of Sapphire #021A75

Tints of Sapphire #021A75

Color information

#021A75 (or 0x021A75) is unknown color: approx Sapphire. HEX triplet: 02, 1A and 75. RGB value is (2,26,117). Sum of RGB (Red+Green+Blue) = 2+26+117=145 (19% of max value = 765). Red value is 2 (1.17% from 255 or 1.38% from 145); Green value is 26 (10.55% from 255 or 17.93% from 145); Blue value is 117 (46.09% from 255 or 80.69% from 145); Max value from RGB is 117 - color contains mainly: blue. Hex color #021A75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #021A75 is #FDE58A. Grayscale: #1C1C1C. Windows color (decimal): -16639371 or 7674370. OLE color: 7674370.

HSL color Cylindrical-coordinate representation of color #021A75: hue angle of 227.48º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #021A75 is Cyan = 0.98, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB226117-
CMYK0.980.7800.54
HSL227.48º96.64%23.33%-
HSV(B)227.48º98.29%45.88%-
XYZ3.612.0417.03-
YUV29.2177.55108.6-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.38%
GREEN value IS 26 (10.55% from 255) = 17.93%
BLUE value IS 117 (46.09% from 255) = 80.69%
R=1.38%
G=17.93%
B=80.69%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal2261170.980.7800.54227.4896.6423.33
Hex21A75624E036e36117
Octal23216514211606634314127
Binary1011010111010111000101001110011011011100011110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #021A75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #021A75; }

 p { color: rgb(2,26,117); }

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

<style>
 a { background-color: #021A75; }

 a { background-color: rgb(2,26,117); }

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

<style>
 span { border-color: #021A75; }

 span { border-color: rgb(2,26,117); }

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