Html Css Color HEX #112478 Sapphire

📋 copy color: '#112478'

red 17 ◦ green 36 ◦ blue 120

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

Shades of Sapphire #112478

Tints of Sapphire #112478

RGB

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

 GREEN value IS 36 (14.45% from 255) = 20.81%

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

R = 9.83%
G = 20.81%
B = 69.36%

CMYK

 C value IS 0.86

 M value IS 0.7

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#112478 (or 0x112478) is known color: Sapphire. HEX triplet: 11, 24 and 78. RGB value is (17,36,120). Sum of RGB (Red+Green+Blue) = 17+36+120=173 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.83% from 173); Green value is 36 (14.45% from 255 or 20.81% from 173); Blue value is 120 (47.27% from 255 or 69.36% from 173); Max value from RGB is 120 - color contains mainly: blue. Hex color #112478 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112478 is #EEDB87. Grayscale: #272727. Windows color (decimal): -15653768 or 7873553. OLE color: 7873553.

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

Color convert

RGB 17 36 120 -
CMYK 0.86 0.7 0 0.53
HSL 228.93º 0.75% 0.27% -
HSV(B) 228.93º 0.86% 0.47% -
XYZ 4.25 2.74 18.07 -
YUV 39.9 173.21 111.67 -
System Red Green Blue C M Y K H S L
Decimal 17 36 120 0.86 0.7 0 0.53 228.93 0.75 0.27
Hex 11 24 78 56 46 0 35 E5 4B 1B
Octal 21 44 170 126 106 0 65 345 113 33
Binary 10001 100100 1111000 1010110 1000110 0 110101 11100101 1001011 11011

Color Harmonies of #112478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112478

Black with #112478

Text Example


Text Example

White with #112478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112478; }

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

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

background-color css

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

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

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

border-color css

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

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

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