Html Css Color HEX #113379 Sapphire

📋 copy color: '#113379'

red 17 ◦ green 51 ◦ blue 121

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

Shades of Sapphire #113379

Tints of Sapphire #113379

RGB

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

 GREEN value IS 51 (20.31% from 255) = 26.98%

 BLUE value IS 121 (47.66% from 255) = 64.02%

R = 8.99%
G = 26.98%
B = 64.02%

CMYK

 C value IS 0.86

 M value IS 0.58

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#113379 (or 0x113379) is known color: Sapphire. HEX triplet: 11, 33 and 79. RGB value is (17,51,121). Sum of RGB (Red+Green+Blue) = 17+51+121=189 (25% of max value = 765). Red value is 17 (7.03% from 255 or 8.99% from 189); Green value is 51 (20.31% from 255 or 26.98% from 189); Blue value is 121 (47.66% from 255 or 64.02% from 189); Max value from RGB is 121 - color contains mainly: blue. Hex color #113379 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113379 is #EECC86. Grayscale: #303030. Windows color (decimal): -15649927 or 7942929. OLE color: 7942929.

HSL color Cylindrical-coordinate representation of color #113379: hue angle of 220.38º degrees, saturation: 0.75, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #113379 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 51 121 -
CMYK 0.86 0.58 0 0.53
HSL 220.38º 0.75% 0.27% -
HSV(B) 220.38º 0.86% 0.47% -
XYZ 4.87 3.87 18.58 -
YUV 48.81 168.74 105.31 -
System Red Green Blue C M Y K H S L
Decimal 17 51 121 0.86 0.58 0 0.53 220.38 0.75 0.27
Hex 11 33 79 56 3A 0 35 DC 4B 1B
Octal 21 63 171 126 72 0 65 334 113 33
Binary 10001 110011 1111001 1010110 111010 0 110101 11011100 1001011 11011

Color Harmonies of #113379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113379

Black with #113379

Text Example


Text Example

White with #113379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113379; }

 p { color: rgb(17,51,121); }

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

background-color css

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

 a { background-color: rgb(17,51,121); }

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

border-color css

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

 span { border-color: rgb(17,51,121); }

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