Html Css Color HEX #113474 Sapphire

📋 copy color: '#113474'

red 17 ◦ green 52 ◦ blue 116

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

Shades of Sapphire #113474

Tints of Sapphire #113474

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 62.7%

R = 9.19%
G = 28.11%
B = 62.7%

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

#113474 (or 0x113474) is known color: Sapphire. HEX triplet: 11, 34 and 74. RGB value is (17,52,116). Sum of RGB (Red+Green+Blue) = 17+52+116=185 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.19% from 185); Green value is 52 (20.70% from 255 or 28.11% from 185); Blue value is 116 (45.70% from 255 or 62.70% from 185); Max value from RGB is 116 - color contains mainly: blue. Hex color #113474 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113474 is #EECB8B. Grayscale: #303030. Windows color (decimal): -15649676 or 7615505. OLE color: 7615505.

HSL color Cylindrical-coordinate representation of color #113474: hue angle of 218.79º 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 #113474 is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 52 116 -
CMYK 0.85 0.55 0 0.55
HSL 218.79º 0.74% 0.26% -
HSV(B) 218.79º 0.85% 0.45% -
XYZ 4.61 3.84 17.02 -
YUV 48.83 165.9 105.3 -
System Red Green Blue C M Y K H S L
Decimal 17 52 116 0.85 0.55 0 0.55 218.79 0.74 0.26
Hex 11 34 74 55 37 0 37 DB 4A 1A
Octal 21 64 164 125 67 0 67 333 112 32
Binary 10001 110100 1110100 1010101 110111 0 110111 11011011 1001010 11010

Color Harmonies of #113474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113474

Black with #113474

Text Example


Text Example

White with #113474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113474; }

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

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

background-color css

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

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

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

border-color css

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

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

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