Html Css Color HEX #113074 Sapphire

📋 copy color: '#113074'

red 17 ◦ green 48 ◦ blue 116

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

Shades of Sapphire #113074

Tints of Sapphire #113074

RGB

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

 GREEN value IS 48 (19.14% from 255) = 26.52%

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

R = 9.39%
G = 26.52%
B = 64.09%

CMYK

 C value IS 0.85

 M value IS 0.59

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#113074 (or 0x113074) is known color: Sapphire. HEX triplet: 11, 30 and 74. RGB value is (17,48,116). Sum of RGB (Red+Green+Blue) = 17+48+116=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 48 (19.14% from 255 or 26.52% from 181); Blue value is 116 (45.70% from 255 or 64.09% from 181); Max value from RGB is 116 - color contains mainly: blue. Hex color #113074 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113074 is #EECF8B. Grayscale: #2E2E2E. Windows color (decimal): -15650700 or 7614481. OLE color: 7614481.

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

Color convert

RGB 17 48 116 -
CMYK 0.85 0.59 0 0.55
HSL 221.21º 0.74% 0.26% -
HSV(B) 221.21º 0.85% 0.45% -
XYZ 4.44 3.49 16.96 -
YUV 46.48 167.23 106.97 -
System Red Green Blue C M Y K H S L
Decimal 17 48 116 0.85 0.59 0 0.55 221.21 0.74 0.26
Hex 11 30 74 55 3B 0 37 DD 4A 1A
Octal 21 60 164 125 73 0 67 335 112 32
Binary 10001 110000 1110100 1010101 111011 0 110111 11011101 1001010 11010

Color Harmonies of #113074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113074

Black with #113074

Text Example


Text Example

White with #113074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113074; }

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

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

background-color css

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

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

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

border-color css

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

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

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