Html Css Color HEX #112468 Sapphire

📋 copy color: '#112468'

red 17 ◦ green 36 ◦ blue 104

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

Shades of Sapphire #112468

Tints of Sapphire #112468

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.93%

 BLUE value IS 104 (41.02% from 255) = 66.24%

R = 10.83%
G = 22.93%
B = 66.24%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#112468 (or 0x112468) is known color: Sapphire. HEX triplet: 11, 24 and 68. RGB value is (17,36,104). Sum of RGB (Red+Green+Blue) = 17+36+104=157 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.83% from 157); Green value is 36 (14.45% from 255 or 22.93% from 157); Blue value is 104 (41.02% from 255 or 66.24% from 157); Max value from RGB is 104 - color contains mainly: blue. Hex color #112468 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112468 is #EEDB97. Grayscale: #252525. Windows color (decimal): -15653784 or 6824977. OLE color: 6824977.

HSL color Cylindrical-coordinate representation of color #112468: hue angle of 226.9º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #112468 is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 36 104 -
CMYK 0.84 0.65 0 0.59
HSL 226.9º 0.72% 0.24% -
HSV(B) 226.9º 0.84% 0.41% -
XYZ 3.36 2.38 13.38 -
YUV 38.07 165.21 112.97 -
System Red Green Blue C M Y K H S L
Decimal 17 36 104 0.84 0.65 0 0.59 226.9 0.72 0.24
Hex 11 24 68 54 41 0 3B E3 48 18
Octal 21 44 150 124 101 0 73 343 110 30
Binary 10001 100100 1101000 1010100 1000001 0 111011 11100011 1001000 11000

Color Harmonies of #112468

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112468

Black with #112468

Text Example


Text Example

White with #112468

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112468; }

 p { color: rgb(17,36,104); }

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

background-color css

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

 a { background-color: rgb(17,36,104); }

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

border-color css

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

 span { border-color: rgb(17,36,104); }

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