Html Css Color HEX #112C67 Sapphire

📋 copy color: '#112C67'

red 17 ◦ green 44 ◦ blue 103

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

Shades of Sapphire #112C67

Tints of Sapphire #112C67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 62.8%

R = 10.37%
G = 26.83%
B = 62.8%

CMYK

 C value IS 0.83

 M value IS 0.57

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#112C67 (or 0x112C67) is known color: Sapphire. HEX triplet: 11, 2C and 67. RGB value is (17,44,103). Sum of RGB (Red+Green+Blue) = 17+44+103=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 103 (40.62% from 255 or 62.80% from 164); Max value from RGB is 103 - color contains mainly: blue. Hex color #112C67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112C67 is #EED398. Grayscale: #2A2A2A. Windows color (decimal): -15651737 or 6761489. OLE color: 6761489.

HSL color Cylindrical-coordinate representation of color #112C67: hue angle of 221.16º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #112C67 is Cyan = 0.83, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 17 44 103 -
CMYK 0.83 0.57 0 0.60
HSL 221.16º 0.72% 0.24% -
HSV(B) 221.16º 0.83% 0.4% -
XYZ 3.58 2.9 13.2 -
YUV 42.65 162.05 109.7 -
System Red Green Blue C M Y K H S L
Decimal 17 44 103 0.83 0.57 0 0.60 221.16 0.72 0.24
Hex 11 2C 67 53 39 0 3C DD 48 18
Octal 21 54 147 123 71 0 74 335 110 30
Binary 10001 101100 1100111 1010011 111001 0 111100 11011101 1001000 11000

Color Harmonies of #112C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112C67

Black with #112C67

Text Example


Text Example

White with #112C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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