Html Css Color HEX #02115D Sapphire

📋 copy color: '#02115D'

red 2 ◦ green 17 ◦ blue 93

#02115D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sapphire #02115D

Tints of Sapphire #02115D

RGB

 RED value IS 2 (1.17% from 255) = 1.79%

 GREEN value IS 17 (7.03% from 255) = 15.18%

 BLUE value IS 93 (36.72% from 255) = 83.04%

R = 1.79%
G = 15.18%
B = 83.04%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#02115D (or 0x02115D) is known color: Sapphire. HEX triplet: 02, 11 and 5D. RGB value is (2,17,93). Sum of RGB (Red+Green+Blue) = 2+17+93=112 (14% of max value = 765). Red value is 2 (1.17% from 255 or 1.79% from 112); Green value is 17 (7.03% from 255 or 15.18% from 112); Blue value is 93 (36.72% from 255 or 83.04% from 112); Max value from RGB is 93 - color contains mainly: blue. Hex color #02115D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02115D is #FDEEA2. Grayscale: #141414. Windows color (decimal): -16641699 or 6099202. OLE color: 6099202.

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

Color convert

RGB 2 17 93 -
CMYK 0.98 0.82 0 0.64
HSL 230.11º 0.96% 0.19% -
HSV(B) 230.11º 0.98% 0.36% -
XYZ 2.2 1.2 10.47 -
YUV 21.18 168.53 114.32 -
System Red Green Blue C M Y K H S L
Decimal 2 17 93 0.98 0.82 0 0.64 230.11 0.96 0.19
Hex 2 11 5D 62 52 0 40 E6 60 13
Octal 2 21 135 142 122 0 100 346 140 23
Binary 10 10001 1011101 1100010 1010010 0 1000000 11100110 1100000 10011

Color Harmonies of #02115D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02115D

Black with #02115D

Text Example


Text Example

White with #02115D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02115D; }

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

 H1.HeaderClassName
 {
   color: #02115D;
 }
 .AnyTagClassName
 {
   color: #02115D;
 }
</style>

background-color css

<style>
 a { background-color: #02115D; }

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

 div.DivClassName
 {
   background-color: #02115D;
 }
 .BgClassName
 {
   background-color: #02115D;
 }
</style>

border-color css

<style>
 span { border-color: #02115D; }

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

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