Html Css Color HEX #112677 Sapphire

📋 copy color: '#112677'

red 17 ◦ green 38 ◦ blue 119

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

Shades of Sapphire #112677

Tints of Sapphire #112677

RGB

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

 GREEN value IS 38 (15.23% from 255) = 21.84%

 BLUE value IS 119 (46.88% from 255) = 68.39%

R = 9.77%
G = 21.84%
B = 68.39%

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

#112677 (or 0x112677) is known color: Sapphire. HEX triplet: 11, 26 and 77. RGB value is (17,38,119). Sum of RGB (Red+Green+Blue) = 17+38+119=174 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.77% from 174); Green value is 38 (15.23% from 255 or 21.84% from 174); Blue value is 119 (46.88% from 255 or 68.39% from 174); Max value from RGB is 119 - color contains mainly: blue. Hex color #112677 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112677 is #EED988. Grayscale: #282828. Windows color (decimal): -15653257 or 7808529. OLE color: 7808529.

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

Color convert

RGB 17 38 119 -
CMYK 0.86 0.68 0 0.53
HSL 227.65º 0.75% 0.27% -
HSV(B) 227.65º 0.86% 0.47% -
XYZ 4.25 2.84 17.78 -
YUV 40.96 172.04 110.91 -
System Red Green Blue C M Y K H S L
Decimal 17 38 119 0.86 0.68 0 0.53 227.65 0.75 0.27
Hex 11 26 77 56 44 0 35 E4 4B 1B
Octal 21 46 167 126 104 0 65 344 113 33
Binary 10001 100110 1110111 1010110 1000100 0 110101 11100100 1001011 11011

Color Harmonies of #112677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112677

Black with #112677

Text Example


Text Example

White with #112677

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112677; }

 p { color: rgb(17,38,119); }

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

background-color css

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

 a { background-color: rgb(17,38,119); }

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

border-color css

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

 span { border-color: rgb(17,38,119); }

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