Html Css Color HEX #02115F Sapphire

📋 copy color: '#02115F'

red 2 ◦ green 17 ◦ blue 95

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

Shades of Sapphire #02115F

Tints of Sapphire #02115F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 83.33%

R = 1.75%
G = 14.91%
B = 83.33%

CMYK

 C value IS 0.98

 M value IS 0.82

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#02115F (or 0x02115F) is known color: Sapphire. HEX triplet: 02, 11 and 5F. RGB value is (2,17,95). Sum of RGB (Red+Green+Blue) = 2+17+95=114 (15% of max value = 765). Red value is 2 (1.17% from 255 or 1.75% from 114); Green value is 17 (7.03% from 255 or 14.91% from 114); Blue value is 95 (37.5% from 255 or 83.33% from 114); Max value from RGB is 95 - color contains mainly: blue. Hex color #02115F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #02115F is #FDEEA0. Grayscale: #151515. Windows color (decimal): -16641697 or 6230274. OLE color: 6230274.

HSL color Cylindrical-coordinate representation of color #02115F: hue angle of 230.32º degrees, saturation: 0.96, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02115F is Cyan = 0.98, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 2 17 95 -
CMYK 0.98 0.82 0 0.63
HSL 230.32º 0.96% 0.19% -
HSV(B) 230.32º 0.98% 0.37% -
XYZ 2.29 1.24 10.95 -
YUV 21.41 169.53 114.16 -
System Red Green Blue C M Y K H S L
Decimal 2 17 95 0.98 0.82 0 0.63 230.32 0.96 0.19
Hex 2 11 5F 62 52 0 3F E6 60 13
Octal 2 21 137 142 122 0 77 346 140 23
Binary 10 10001 1011111 1100010 1010010 0 111111 11100110 1100000 10011

Color Harmonies of #02115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02115F

Black with #02115F

Text Example


Text Example

White with #02115F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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