Html Css Color HEX #112968 Sapphire

📋 copy color: '#112968'

red 17 ◦ green 41 ◦ blue 104

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

Shades of Sapphire #112968

Tints of Sapphire #112968

RGB

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

 GREEN value IS 41 (16.41% from 255) = 25.31%

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

R = 10.49%
G = 25.31%
B = 64.2%

CMYK

 C value IS 0.84

 M value IS 0.61

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#112968 (or 0x112968) is known color: Sapphire. HEX triplet: 11, 29 and 68. RGB value is (17,41,104). Sum of RGB (Red+Green+Blue) = 17+41+104=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 104 (41.02% from 255 or 64.20% from 162); Max value from RGB is 104 - color contains mainly: blue. Hex color #112968 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112968 is #EED697. Grayscale: #282828. Windows color (decimal): -15652504 or 6826257. OLE color: 6826257.

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

Color convert

RGB 17 41 104 -
CMYK 0.84 0.61 0 0.59
HSL 223.45º 0.72% 0.24% -
HSV(B) 223.45º 0.84% 0.41% -
XYZ 3.52 2.7 13.43 -
YUV 41.01 163.55 110.88 -
System Red Green Blue C M Y K H S L
Decimal 17 41 104 0.84 0.61 0 0.59 223.45 0.72 0.24
Hex 11 29 68 54 3D 0 3B DF 48 18
Octal 21 51 150 124 75 0 73 337 110 30
Binary 10001 101001 1101000 1010100 111101 0 111011 11011111 1001000 11000

Color Harmonies of #112968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112968

Black with #112968

Text Example


Text Example

White with #112968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112968; }

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

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

background-color css

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

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

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

border-color css

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

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

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