Html Css Color HEX #112A79 Sapphire

📋 copy color: '#112A79'

red 17 ◦ green 42 ◦ blue 121

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

Shades of Sapphire #112A79

Tints of Sapphire #112A79

RGB

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

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

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

R = 9.44%
G = 23.33%
B = 67.22%

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

#112A79 (or 0x112A79) is known color: Sapphire. HEX triplet: 11, 2A and 79. RGB value is (17,42,121). Sum of RGB (Red+Green+Blue) = 17+42+121=180 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.44% from 180); Green value is 42 (16.80% from 255 or 23.33% from 180); Blue value is 121 (47.66% from 255 or 67.22% from 180); Max value from RGB is 121 - color contains mainly: blue. Hex color #112A79 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112A79 is #EED586. Grayscale: #2B2B2B. Windows color (decimal): -15652231 or 7940625. OLE color: 7940625.

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

Color convert

RGB 17 42 121 -
CMYK 0.86 0.65 0 0.53
HSL 225.58º 0.75% 0.27% -
HSV(B) 225.58º 0.86% 0.47% -
XYZ 4.51 3.16 18.46 -
YUV 43.53 171.72 109.08 -
System Red Green Blue C M Y K H S L
Decimal 17 42 121 0.86 0.65 0 0.53 225.58 0.75 0.27
Hex 11 2A 79 56 41 0 35 E2 4B 1B
Octal 21 52 171 126 101 0 65 342 113 33
Binary 10001 101010 1111001 1010110 1000001 0 110101 11100010 1001011 11011

Color Harmonies of #112A79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112A79

Black with #112A79

Text Example


Text Example

White with #112A79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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