Html Css Color HEX #112978 Sapphire

📋 copy color: '#112978'

red 17 ◦ green 41 ◦ blue 120

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

Shades of Sapphire #112978

Tints of Sapphire #112978

RGB

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

 GREEN value IS 41 (16.41% from 255) = 23.03%

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

R = 9.55%
G = 23.03%
B = 67.42%

CMYK

 C value IS 0.86

 M value IS 0.66

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#112978 (or 0x112978) is known color: Sapphire. HEX triplet: 11, 29 and 78. RGB value is (17,41,120). Sum of RGB (Red+Green+Blue) = 17+41+120=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 41 (16.41% from 255 or 23.03% from 178); Blue value is 120 (47.27% from 255 or 67.42% from 178); Max value from RGB is 120 - color contains mainly: blue. Hex color #112978 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112978 is #EED687. Grayscale: #2A2A2A. Windows color (decimal): -15652488 or 7874833. OLE color: 7874833.

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

Color convert

RGB 17 41 120 -
CMYK 0.86 0.66 0 0.53
HSL 226.02º 0.75% 0.27% -
HSV(B) 226.02º 0.86% 0.47% -
XYZ 4.41 3.06 18.13 -
YUV 42.83 171.55 109.58 -
System Red Green Blue C M Y K H S L
Decimal 17 41 120 0.86 0.66 0 0.53 226.02 0.75 0.27
Hex 11 29 78 56 42 0 35 E2 4B 1B
Octal 21 51 170 126 102 0 65 342 113 33
Binary 10001 101001 1111000 1010110 1000010 0 110101 11100010 1001011 11011

Color Harmonies of #112978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112978

Black with #112978

Text Example


Text Example

White with #112978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112978; }

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

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

background-color css

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

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

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

border-color css

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

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

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