Html Css Color HEX #112C5E Sapphire

📋 copy color: '#112C5E'

red 17 ◦ green 44 ◦ blue 94

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

Shades of Sapphire #112C5E

Tints of Sapphire #112C5E

RGB

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

 GREEN value IS 44 (17.58% from 255) = 28.39%

 BLUE value IS 94 (37.11% from 255) = 60.65%

R = 10.97%
G = 28.39%
B = 60.65%

CMYK

 C value IS 0.82

 M value IS 0.53

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#112C5E (or 0x112C5E) is known color: Sapphire. HEX triplet: 11, 2C and 5E. RGB value is (17,44,94). Sum of RGB (Red+Green+Blue) = 17+44+94=155 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.97% from 155); Green value is 44 (17.58% from 255 or 28.39% from 155); Blue value is 94 (37.11% from 255 or 60.65% from 155); Max value from RGB is 94 - color contains mainly: blue. Hex color #112C5E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112C5E is #EED3A1. Grayscale: #292929. Windows color (decimal): -15651746 or 6171665. OLE color: 6171665.

HSL color Cylindrical-coordinate representation of color #112C5E: hue angle of 218.96º degrees, saturation: 0.69, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #112C5E is Cyan = 0.82, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 17 44 94 -
CMYK 0.82 0.53 0 0.63
HSL 218.96º 0.69% 0.22% -
HSV(B) 218.96º 0.82% 0.37% -
XYZ 3.15 2.73 10.95 -
YUV 41.63 157.55 110.43 -
System Red Green Blue C M Y K H S L
Decimal 17 44 94 0.82 0.53 0 0.63 218.96 0.69 0.22
Hex 11 2C 5E 52 35 0 3F DB 45 16
Octal 21 54 136 122 65 0 77 333 105 26
Binary 10001 101100 1011110 1010010 110101 0 111111 11011011 1000101 10110

Color Harmonies of #112C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112C5E

Black with #112C5E

Text Example


Text Example

White with #112C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(17,44,94); }

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

background-color css

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

 a { background-color: rgb(17,44,94); }

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

border-color css

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

 span { border-color: rgb(17,44,94); }

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