Html Css Color HEX #112A77 Sapphire

📋 copy color: '#112A77'

red 17 ◦ green 42 ◦ blue 119

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

Shades of Sapphire #112A77

Tints of Sapphire #112A77

RGB

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

 GREEN value IS 42 (16.8% from 255) = 23.6%

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

R = 9.55%
G = 23.6%
B = 66.85%

CMYK

 C value IS 0.86

 M value IS 0.65

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#112A77 (or 0x112A77) is known color: Sapphire. HEX triplet: 11, 2A and 77. RGB value is (17,42,119). Sum of RGB (Red+Green+Blue) = 17+42+119=178 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.55% from 178); Green value is 42 (16.80% from 255 or 23.60% from 178); Blue value is 119 (46.88% from 255 or 66.85% from 178); Max value from RGB is 119 - color contains mainly: blue. Hex color #112A77 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112A77 is #EED588. Grayscale: #2A2A2A. Windows color (decimal): -15652233 or 7809553. OLE color: 7809553.

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

Color convert

RGB 17 42 119 -
CMYK 0.86 0.65 0 0.53
HSL 225.29º 0.75% 0.27% -
HSV(B) 225.29º 0.86% 0.47% -
XYZ 4.39 3.11 17.82 -
YUV 43.3 170.72 109.24 -
System Red Green Blue C M Y K H S L
Decimal 17 42 119 0.86 0.65 0 0.53 225.29 0.75 0.27
Hex 11 2A 77 56 41 0 35 E1 4B 1B
Octal 21 52 167 126 101 0 65 341 113 33
Binary 10001 101010 1110111 1010110 1000001 0 110101 11100001 1001011 11011

Color Harmonies of #112A77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112A77

Black with #112A77

Text Example


Text Example

White with #112A77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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