Html Css Color HEX #113476 Sapphire

📋 copy color: '#113476'

red 17 ◦ green 52 ◦ blue 118

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

Shades of Sapphire #113476

Tints of Sapphire #113476

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.81%

 BLUE value IS 118 (46.48% from 255) = 63.1%

R = 9.09%
G = 27.81%
B = 63.1%

CMYK

 C value IS 0.86

 M value IS 0.56

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#113476 (or 0x113476) is known color: Sapphire. HEX triplet: 11, 34 and 76. RGB value is (17,52,118). Sum of RGB (Red+Green+Blue) = 17+52+118=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 52 (20.70% from 255 or 27.81% from 187); Blue value is 118 (46.48% from 255 or 63.10% from 187); Max value from RGB is 118 - color contains mainly: blue. Hex color #113476 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113476 is #EECB89. Grayscale: #303030. Windows color (decimal): -15649674 or 7746577. OLE color: 7746577.

HSL color Cylindrical-coordinate representation of color #113476: hue angle of 219.21º degrees, saturation: 0.75, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #113476 is Cyan = 0.86, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 17 52 118 -
CMYK 0.86 0.56 0 0.54
HSL 219.21º 0.75% 0.26% -
HSV(B) 219.21º 0.86% 0.46% -
XYZ 4.73 3.88 17.64 -
YUV 49.06 166.9 105.13 -
System Red Green Blue C M Y K H S L
Decimal 17 52 118 0.86 0.56 0 0.54 219.21 0.75 0.26
Hex 11 34 76 56 38 0 36 DB 4B 1A
Octal 21 64 166 126 70 0 66 333 113 32
Binary 10001 110100 1110110 1010110 111000 0 110110 11011011 1001011 11010

Color Harmonies of #113476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113476

Black with #113476

Text Example


Text Example

White with #113476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113476; }

 p { color: rgb(17,52,118); }

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

background-color css

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

 a { background-color: rgb(17,52,118); }

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

border-color css

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

 span { border-color: rgb(17,52,118); }

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