Html Css Color HEX #112779 Sapphire

📋 copy color: '#112779'

red 17 ◦ green 39 ◦ blue 121

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

Shades of Sapphire #112779

Tints of Sapphire #112779

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 68.36%

R = 9.6%
G = 22.03%
B = 68.36%

CMYK

 C value IS 0.86

 M value IS 0.68

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#112779 (or 0x112779) is known color: Sapphire. HEX triplet: 11, 27 and 79. RGB value is (17,39,121). Sum of RGB (Red+Green+Blue) = 17+39+121=177 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.60% from 177); Green value is 39 (15.62% from 255 or 22.03% from 177); Blue value is 121 (47.66% from 255 or 68.36% from 177); Max value from RGB is 121 - color contains mainly: blue. Hex color #112779 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112779 is #EED886. Grayscale: #292929. Windows color (decimal): -15652999 or 7939857. OLE color: 7939857.

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

Color convert

RGB 17 39 121 -
CMYK 0.86 0.68 0 0.53
HSL 227.31º 0.75% 0.27% -
HSV(B) 227.31º 0.86% 0.47% -
XYZ 4.41 2.95 18.43 -
YUV 41.77 172.71 110.33 -
System Red Green Blue C M Y K H S L
Decimal 17 39 121 0.86 0.68 0 0.53 227.31 0.75 0.27
Hex 11 27 79 56 44 0 35 E3 4B 1B
Octal 21 47 171 126 104 0 65 343 113 33
Binary 10001 100111 1111001 1010110 1000100 0 110101 11100011 1001011 11011

Color Harmonies of #112779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112779

Black with #112779

Text Example


Text Example

White with #112779

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112779; }

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

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

background-color css

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

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

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

border-color css

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

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

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