Html Css Color HEX #113274 Sapphire

📋 copy color: '#113274'

red 17 ◦ green 50 ◦ blue 116

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

Shades of Sapphire #113274

Tints of Sapphire #113274

RGB

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

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

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

R = 9.29%
G = 27.32%
B = 63.39%

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

#113274 (or 0x113274) is known color: Sapphire. HEX triplet: 11, 32 and 74. RGB value is (17,50,116). Sum of RGB (Red+Green+Blue) = 17+50+116=183 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.29% from 183); Green value is 50 (19.92% from 255 or 27.32% from 183); Blue value is 116 (45.70% from 255 or 63.39% from 183); Max value from RGB is 116 - color contains mainly: blue. Hex color #113274 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113274 is #EECD8B. Grayscale: #2F2F2F. Windows color (decimal): -15650188 or 7614993. OLE color: 7614993.

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

Color convert

RGB 17 50 116 -
CMYK 0.85 0.57 0 0.55
HSL 220º 0.74% 0.26% -
HSV(B) 220º 0.85% 0.45% -
XYZ 4.52 3.66 16.99 -
YUV 47.66 166.57 106.13 -
System Red Green Blue C M Y K H S L
Decimal 17 50 116 0.85 0.57 0 0.55 220 0.74 0.26
Hex 11 32 74 55 39 0 37 DC 4A 1A
Octal 21 62 164 125 71 0 67 334 112 32
Binary 10001 110010 1110100 1010101 111001 0 110111 11011100 1001010 11010

Color Harmonies of #113274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113274

Black with #113274

Text Example


Text Example

White with #113274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113274; }

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

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

background-color css

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

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

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

border-color css

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

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

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