Html Css Color HEX #113273 Sapphire

📋 copy color: '#113273'

red 17 ◦ green 50 ◦ blue 115

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

Shades of Sapphire #113273

Tints of Sapphire #113273

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.47%

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

R = 9.34%
G = 27.47%
B = 63.19%

CMYK

 C value IS 0.85

 M value IS 0.57

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#113273 (or 0x113273) is known color: Sapphire. HEX triplet: 11, 32 and 73. RGB value is (17,50,115). Sum of RGB (Red+Green+Blue) = 17+50+115=182 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.34% from 182); Green value is 50 (19.92% from 255 or 27.47% from 182); Blue value is 115 (45.31% from 255 or 63.19% from 182); Max value from RGB is 115 - color contains mainly: blue. Hex color #113273 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113273 is #EECD8C. Grayscale: #2F2F2F. Windows color (decimal): -15650189 or 7549457. OLE color: 7549457.

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

Color convert

RGB 17 50 115 -
CMYK 0.85 0.57 0 0.55
HSL 219.8º 0.74% 0.26% -
HSV(B) 219.8º 0.85% 0.45% -
XYZ 4.47 3.64 16.69 -
YUV 47.54 166.07 106.21 -
System Red Green Blue C M Y K H S L
Decimal 17 50 115 0.85 0.57 0 0.55 219.8 0.74 0.26
Hex 11 32 73 55 39 0 37 DC 4A 1A
Octal 21 62 163 125 71 0 67 334 112 32
Binary 10001 110010 1110011 1010101 111001 0 110111 11011100 1001010 11010

Color Harmonies of #113273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113273

Black with #113273

Text Example


Text Example

White with #113273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113273; }

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

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

background-color css

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

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

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

border-color css

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

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

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