Html Css Color HEX #112673 Sapphire

📋 copy color: '#112673'

red 17 ◦ green 38 ◦ blue 115

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

Shades of Sapphire #112673

Tints of Sapphire #112673

RGB

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

 GREEN value IS 38 (15.23% from 255) = 22.35%

 BLUE value IS 115 (45.31% from 255) = 67.65%

R = 10%
G = 22.35%
B = 67.65%

CMYK

 C value IS 0.85

 M value IS 0.67

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#112673 (or 0x112673) is known color: Sapphire. HEX triplet: 11, 26 and 73. RGB value is (17,38,115). Sum of RGB (Red+Green+Blue) = 17+38+115=170 (22% of max value = 765). Red value is 17 (7.03% from 255 or 10% from 170); Green value is 38 (15.23% from 255 or 22.35% from 170); Blue value is 115 (45.31% from 255 or 67.65% from 170); Max value from RGB is 115 - color contains mainly: blue. Hex color #112673 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112673 is #EED98C. Grayscale: #282828. Windows color (decimal): -15653261 or 7546385. OLE color: 7546385.

HSL color Cylindrical-coordinate representation of color #112673: hue angle of 227.14º degrees, saturation: 0.74, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #112673 is Cyan = 0.85, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 17 38 115 -
CMYK 0.85 0.67 0 0.55
HSL 227.14º 0.74% 0.26% -
HSV(B) 227.14º 0.85% 0.45% -
XYZ 4.02 2.74 16.54 -
YUV 40.5 170.04 111.24 -
System Red Green Blue C M Y K H S L
Decimal 17 38 115 0.85 0.67 0 0.55 227.14 0.74 0.26
Hex 11 26 73 55 43 0 37 E3 4A 1A
Octal 21 46 163 125 103 0 67 343 112 32
Binary 10001 100110 1110011 1010101 1000011 0 110111 11100011 1001010 11010

Color Harmonies of #112673

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112673

Black with #112673

Text Example


Text Example

White with #112673

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112673; }

 p { color: rgb(17,38,115); }

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

background-color css

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

 a { background-color: rgb(17,38,115); }

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

border-color css

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

 span { border-color: rgb(17,38,115); }

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