Html Css Color HEX #112368 Sapphire

📋 copy color: '#112368'

red 17 ◦ green 35 ◦ blue 104

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

Shades of Sapphire #112368

Tints of Sapphire #112368

RGB

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

 GREEN value IS 35 (14.06% from 255) = 22.44%

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

R = 10.9%
G = 22.44%
B = 66.67%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#112368 (or 0x112368) is known color: Sapphire. HEX triplet: 11, 23 and 68. RGB value is (17,35,104). Sum of RGB (Red+Green+Blue) = 17+35+104=156 (20% of max value = 765). Red value is 17 (7.03% from 255 or 10.90% from 156); Green value is 35 (14.06% from 255 or 22.44% from 156); Blue value is 104 (41.02% from 255 or 66.67% from 156); Max value from RGB is 104 - color contains mainly: blue. Hex color #112368 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112368 is #EEDC97. Grayscale: #252525. Windows color (decimal): -15654040 or 6824721. OLE color: 6824721.

HSL color Cylindrical-coordinate representation of color #112368: hue angle of 227.59º 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 #112368 is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 17 35 104 -
CMYK 0.84 0.66 0 0.59
HSL 227.59º 0.72% 0.24% -
HSV(B) 227.59º 0.84% 0.41% -
XYZ 3.33 2.32 13.37 -
YUV 37.48 165.54 113.39 -
System Red Green Blue C M Y K H S L
Decimal 17 35 104 0.84 0.66 0 0.59 227.59 0.72 0.24
Hex 11 23 68 54 42 0 3B E4 48 18
Octal 21 43 150 124 102 0 73 344 110 30
Binary 10001 100011 1101000 1010100 1000010 0 111011 11100100 1001000 11000

Color Harmonies of #112368

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112368

Black with #112368

Text Example


Text Example

White with #112368

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112368; }

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

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

background-color css

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

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

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

border-color css

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

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

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