#020F5D

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

Shades of Sapphire #020F5D

Tints of Sapphire #020F5D

Color information

#020F5D (or 0x020F5D) is unknown color: approx Sapphire. HEX triplet: 02, 0F and 5D. RGB value is (2,15,93). Sum of RGB (Red+Green+Blue) = 2+15+93=110 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.82% from 110); Green value is 15 (6.25% from 255 or 13.64% from 110); Blue value is 93 (36.72% from 255 or 84.55% from 110); Max value from RGB is 93 - color contains mainly: blue. Hex color #020F5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #020F5D is #FDF0A2. Grayscale: #131313. Windows color (decimal): -16642211 or 6098690. OLE color: 6098690.

HSL color Cylindrical-coordinate representation of color #020F5D: hue angle of 231.43º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #020F5D is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB21593-
CMYK0.980.8400.64
HSL231.43º95.79%18.63%-
HSV(B)231.43º97.85%36.47%-
XYZ2.171.1410.46-
YUV20.01169.19115.16-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.82%
GREEN value IS 15 (6.25% from 255) = 13.64%
BLUE value IS 93 (36.72% from 255) = 84.55%
R=1.82%
G=13.64%
B=84.55%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal215930.980.8400.64231.4395.7918.63
Hex2F5D6254040e76013
Octal217135142124010034714023
Binary1011111011101110001010101000100000011100111110000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #020F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #020F5D; }

 p { color: rgb(2,15,93); }

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

<style>
 a { background-color: #020F5D; }

 a { background-color: rgb(2,15,93); }

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

<style>
 span { border-color: #020F5D; }

 span { border-color: rgb(2,15,93); }

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