Html Css Color HEX #11315F Sapphire

📋 copy color: '#11315F'

red 17 ◦ green 49 ◦ blue 95

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

Shades of Sapphire #11315F

Tints of Sapphire #11315F

RGB

 RED value IS 17 (7.03% from 255) = 10.56%

 GREEN value IS 49 (19.53% from 255) = 30.43%

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

R = 10.56%
G = 30.43%
B = 59.01%

CMYK

 C value IS 0.82

 M value IS 0.48

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#11315F (or 0x11315F) is known color: Sapphire. HEX triplet: 11, 31 and 5F. RGB value is (17,49,95). Sum of RGB (Red+Green+Blue) = 17+49+95=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 49 (19.53% from 255 or 30.43% from 161); Blue value is 95 (37.5% from 255 or 59.01% from 161); Max value from RGB is 95 - color contains mainly: blue. Hex color #11315F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11315F is #EECEA0. Grayscale: #2C2C2C. Windows color (decimal): -15650465 or 6238481. OLE color: 6238481.

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

Color convert

RGB 17 49 95 -
CMYK 0.82 0.48 0 0.63
HSL 215.38º 0.7% 0.22% -
HSV(B) 215.38º 0.82% 0.37% -
XYZ 3.4 3.14 11.25 -
YUV 44.68 156.4 108.26 -
System Red Green Blue C M Y K H S L
Decimal 17 49 95 0.82 0.48 0 0.63 215.38 0.7 0.22
Hex 11 31 5F 52 30 0 3F D7 46 16
Octal 21 61 137 122 60 0 77 327 106 26
Binary 10001 110001 1011111 1010010 110000 0 111111 11010111 1000110 10110

Color Harmonies of #11315F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11315F

Black with #11315F

Text Example


Text Example

White with #11315F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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