Html Css Color HEX #113473 Sapphire

📋 copy color: '#113473'

red 17 ◦ green 52 ◦ blue 115

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

Shades of Sapphire #113473

Tints of Sapphire #113473

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 62.5%

R = 9.24%
G = 28.26%
B = 62.5%

CMYK

 C value IS 0.85

 M value IS 0.55

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#113473 (or 0x113473) is known color: Sapphire. HEX triplet: 11, 34 and 73. RGB value is (17,52,115). Sum of RGB (Red+Green+Blue) = 17+52+115=184 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.24% from 184); Green value is 52 (20.70% from 255 or 28.26% from 184); Blue value is 115 (45.31% from 255 or 62.5% from 184); Max value from RGB is 115 - color contains mainly: blue. Hex color #113473 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113473 is #EECB8C. Grayscale: #303030. Windows color (decimal): -15649677 or 7549969. OLE color: 7549969.

HSL color Cylindrical-coordinate representation of color #113473: hue angle of 218.57º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #113473 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 52 115 -
CMYK 0.85 0.55 0 0.55
HSL 218.57º 0.74% 0.26% -
HSV(B) 218.57º 0.85% 0.45% -
XYZ 4.55 3.81 16.72 -
YUV 48.72 165.4 105.38 -
System Red Green Blue C M Y K H S L
Decimal 17 52 115 0.85 0.55 0 0.55 218.57 0.74 0.26
Hex 11 34 73 55 37 0 37 DB 4A 1A
Octal 21 64 163 125 67 0 67 333 112 32
Binary 10001 110100 1110011 1010101 110111 0 110111 11011011 1001010 11010

Color Harmonies of #113473

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113473

Black with #113473

Text Example


Text Example

White with #113473

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113473; }

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

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

background-color css

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

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

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

border-color css

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

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

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