Html Css Color HEX #112778 Sapphire

📋 copy color: '#112778'

red 17 ◦ green 39 ◦ blue 120

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

Shades of Sapphire #112778

Tints of Sapphire #112778

RGB

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

 GREEN value IS 39 (15.63% from 255) = 22.16%

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

R = 9.66%
G = 22.16%
B = 68.18%

CMYK

 C value IS 0.86

 M value IS 0.67

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#112778 (or 0x112778) is known color: Sapphire. HEX triplet: 11, 27 and 78. RGB value is (17,39,120). Sum of RGB (Red+Green+Blue) = 17+39+120=176 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.66% from 176); Green value is 39 (15.62% from 255 or 22.16% from 176); Blue value is 120 (47.27% from 255 or 68.18% from 176); Max value from RGB is 120 - color contains mainly: blue. Hex color #112778 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112778 is #EED887. Grayscale: #292929. Windows color (decimal): -15653000 or 7874321. OLE color: 7874321.

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

Color convert

RGB 17 39 120 -
CMYK 0.86 0.67 0 0.53
HSL 227.18º 0.75% 0.27% -
HSV(B) 227.18º 0.86% 0.47% -
XYZ 4.35 2.93 18.11 -
YUV 41.66 172.21 110.41 -
System Red Green Blue C M Y K H S L
Decimal 17 39 120 0.86 0.67 0 0.53 227.18 0.75 0.27
Hex 11 27 78 56 43 0 35 E3 4B 1B
Octal 21 47 170 126 103 0 65 343 113 33
Binary 10001 100111 1111000 1010110 1000011 0 110101 11100011 1001011 11011

Color Harmonies of #112778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112778

Black with #112778

Text Example


Text Example

White with #112778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112778; }

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

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

background-color css

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

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

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

border-color css

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

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

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