Html Css Color HEX #112477 Sapphire

📋 copy color: '#112477'

red 17 ◦ green 36 ◦ blue 119

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

Shades of Sapphire #112477

Tints of Sapphire #112477

RGB

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

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

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

R = 9.88%
G = 20.93%
B = 69.19%

CMYK

 C value IS 0.86

 M value IS 0.70

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#112477 (or 0x112477) is known color: Sapphire. HEX triplet: 11, 24 and 77. RGB value is (17,36,119). Sum of RGB (Red+Green+Blue) = 17+36+119=172 (22% of max value = 765). Red value is 17 (7.03% from 255 or 9.88% from 172); Green value is 36 (14.45% from 255 or 20.93% from 172); Blue value is 119 (46.88% from 255 or 69.19% from 172); Max value from RGB is 119 - color contains mainly: blue. Hex color #112477 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112477 is #EEDB88. Grayscale: #272727. Windows color (decimal): -15653769 or 7808017. OLE color: 7808017.

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

Color convert

RGB 17 36 119 -
CMYK 0.86 0.70 0 0.53
HSL 228.82º 0.75% 0.27% -
HSV(B) 228.82º 0.86% 0.47% -
XYZ 4.19 2.71 17.76 -
YUV 39.78 172.71 111.75 -
System Red Green Blue C M Y K H S L
Decimal 17 36 119 0.86 0.70 0 0.53 228.82 0.75 0.27
Hex 11 24 77 56 46 0 35 E5 4B 1B
Octal 21 44 167 126 106 0 65 345 113 33
Binary 10001 100100 1110111 1010110 1000110 0 110101 11100101 1001011 11011

Color Harmonies of #112477

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112477

Black with #112477

Text Example


Text Example

White with #112477

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112477; }

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

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

background-color css

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

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

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

border-color css

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

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

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