Html Css Color HEX #112D77 Sapphire

📋 copy color: '#112D77'

red 17 ◦ green 45 ◦ blue 119

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

Shades of Sapphire #112D77

Tints of Sapphire #112D77

RGB

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

 GREEN value IS 45 (17.97% from 255) = 24.86%

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

R = 9.39%
G = 24.86%
B = 65.75%

CMYK

 C value IS 0.86

 M value IS 0.62

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#112D77 (or 0x112D77) is known color: Sapphire. HEX triplet: 11, 2D and 77. RGB value is (17,45,119). Sum of RGB (Red+Green+Blue) = 17+45+119=181 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.39% from 181); Green value is 45 (17.97% from 255 or 24.86% from 181); Blue value is 119 (46.88% from 255 or 65.75% from 181); Max value from RGB is 119 - color contains mainly: blue. Hex color #112D77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112D77 is #EED288. Grayscale: #2C2C2C. Windows color (decimal): -15651465 or 7810321. OLE color: 7810321.

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

Color convert

RGB 17 45 119 -
CMYK 0.86 0.62 0 0.53
HSL 223.53º 0.75% 0.27% -
HSV(B) 223.53º 0.86% 0.47% -
XYZ 4.5 3.33 17.86 -
YUV 45.06 169.72 107.98 -
System Red Green Blue C M Y K H S L
Decimal 17 45 119 0.86 0.62 0 0.53 223.53 0.75 0.27
Hex 11 2D 77 56 3E 0 35 E0 4B 1B
Octal 21 55 167 126 76 0 65 340 113 33
Binary 10001 101101 1110111 1010110 111110 0 110101 11100000 1001011 11011

Color Harmonies of #112D77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D77

Black with #112D77

Text Example


Text Example

White with #112D77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112D77; }

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

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

background-color css

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

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

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

border-color css

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

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

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