Html Css Color HEX #05115F Sapphire

📋 copy color: '#05115F'

red 5 ◦ green 17 ◦ blue 95

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

Shades of Sapphire #05115F

Tints of Sapphire #05115F

RGB

 RED value IS 5 (2.34% from 255) = 4.27%

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

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

R = 4.27%
G = 14.53%
B = 81.2%

CMYK

 C value IS 0.95

 M value IS 0.82

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#05115F (or 0x05115F) is known color: Sapphire. HEX triplet: 05, 11 and 5F. RGB value is (5,17,95). Sum of RGB (Red+Green+Blue) = 5+17+95=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 17 (7.03% from 255 or 14.53% from 117); Blue value is 95 (37.5% from 255 or 81.20% from 117); Max value from RGB is 95 - color contains mainly: blue. Hex color #05115F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05115F is #FAEEA0. Grayscale: #151515. Windows color (decimal): -16445089 or 6230277. OLE color: 6230277.

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

Color convert

RGB 5 17 95 -
CMYK 0.95 0.82 0 0.63
HSL 232º 0.9% 0.2% -
HSV(B) 232º 0.95% 0.37% -
XYZ 2.33 1.26 10.95 -
YUV 22.3 169.02 115.66 -
System Red Green Blue C M Y K H S L
Decimal 5 17 95 0.95 0.82 0 0.63 232 0.9 0.2
Hex 5 11 5F 5F 52 0 3F E8 5A 14
Octal 5 21 137 137 122 0 77 350 132 24
Binary 101 10001 1011111 1011111 1010010 0 111111 11101000 1011010 10100

Color Harmonies of #05115F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05115F

Black with #05115F

Text Example


Text Example

White with #05115F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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