Html Css Color HEX #113278 Sapphire

📋 copy color: '#113278'

red 17 ◦ green 50 ◦ blue 120

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

Shades of Sapphire #113278

Tints of Sapphire #113278

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 64.17%

R = 9.09%
G = 26.74%
B = 64.17%

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

#113278 (or 0x113278) is known color: Sapphire. HEX triplet: 11, 32 and 78. RGB value is (17,50,120). Sum of RGB (Red+Green+Blue) = 17+50+120=187 (24% of max value = 765). Red value is 17 (7.03% from 255 or 9.09% from 187); Green value is 50 (19.92% from 255 or 26.74% from 187); Blue value is 120 (47.27% from 255 or 64.17% from 187); Max value from RGB is 120 - color contains mainly: blue. Hex color #113278 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #113278 is #EECD87. Grayscale: #2F2F2F. Windows color (decimal): -15650184 or 7877137. OLE color: 7877137.

HSL color Cylindrical-coordinate representation of color #113278: hue angle of 220.78º 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 #113278 is Cyan = 0.86, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 17 50 120 -
CMYK 0.86 0.58 0 0.53
HSL 220.78º 0.75% 0.27% -
HSV(B) 220.78º 0.86% 0.47% -
XYZ 4.76 3.76 18.24 -
YUV 48.11 168.57 105.81 -
System Red Green Blue C M Y K H S L
Decimal 17 50 120 0.86 0.58 0 0.53 220.78 0.75 0.27
Hex 11 32 78 56 3A 0 35 DD 4B 1B
Octal 21 62 170 126 72 0 65 335 113 33
Binary 10001 110010 1111000 1010110 111010 0 110101 11011101 1001011 11011

Color Harmonies of #113278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #113278

Black with #113278

Text Example


Text Example

White with #113278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #113278; }

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

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

background-color css

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

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

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

border-color css

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

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

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