Html Css Color HEX #112768 Sapphire

📋 copy color: '#112768'

red 17 ◦ green 39 ◦ blue 104

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

Shades of Sapphire #112768

Tints of Sapphire #112768

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.38%

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

R = 10.63%
G = 24.38%
B = 65%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#112768 (or 0x112768) is known color: Sapphire. HEX triplet: 11, 27 and 68. RGB value is (17,39,104). Sum of RGB (Red+Green+Blue) = 17+39+104=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 39 (15.62% from 255 or 24.38% from 160); Blue value is 104 (41.02% from 255 or 65% from 160); Max value from RGB is 104 - color contains mainly: blue. Hex color #112768 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112768 is #EED897. Grayscale: #272727. Windows color (decimal): -15653016 or 6825745. OLE color: 6825745.

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

Color convert

RGB 17 39 104 -
CMYK 0.84 0.62 0 0.59
HSL 224.83º 0.72% 0.24% -
HSV(B) 224.83º 0.84% 0.41% -
XYZ 3.46 2.57 13.41 -
YUV 39.83 164.21 111.71 -
System Red Green Blue C M Y K H S L
Decimal 17 39 104 0.84 0.62 0 0.59 224.83 0.72 0.24
Hex 11 27 68 54 3E 0 3B E1 48 18
Octal 21 47 150 124 76 0 73 341 110 30
Binary 10001 100111 1101000 1010100 111110 0 111011 11100001 1001000 11000

Color Harmonies of #112768

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112768

Black with #112768

Text Example


Text Example

White with #112768

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112768; }

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

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

background-color css

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

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

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

border-color css

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

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

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