Html Css Color HEX #112D68 Sapphire

📋 copy color: '#112D68'

red 17 ◦ green 45 ◦ blue 104

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

Shades of Sapphire #112D68

Tints of Sapphire #112D68

RGB

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

 GREEN value IS 45 (17.97% from 255) = 27.11%

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

R = 10.24%
G = 27.11%
B = 62.65%

CMYK

 C value IS 0.84

 M value IS 0.57

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#112D68 (or 0x112D68) is known color: Sapphire. HEX triplet: 11, 2D and 68. RGB value is (17,45,104). Sum of RGB (Red+Green+Blue) = 17+45+104=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 104 (41.02% from 255 or 62.65% from 166); Max value from RGB is 104 - color contains mainly: blue. Hex color #112D68 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112D68 is #EED297. Grayscale: #2B2B2B. Windows color (decimal): -15651480 or 6827281. OLE color: 6827281.

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

Color convert

RGB 17 45 104 -
CMYK 0.84 0.57 0 0.59
HSL 220.69º 0.72% 0.24% -
HSV(B) 220.69º 0.84% 0.41% -
XYZ 3.67 3 13.48 -
YUV 43.35 162.22 109.2 -
System Red Green Blue C M Y K H S L
Decimal 17 45 104 0.84 0.57 0 0.59 220.69 0.72 0.24
Hex 11 2D 68 54 39 0 3B DD 48 18
Octal 21 55 150 124 71 0 73 335 110 30
Binary 10001 101101 1101000 1010100 111001 0 111011 11011101 1001000 11000

Color Harmonies of #112D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112D68

Black with #112D68

Text Example


Text Example

White with #112D68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112D68; }

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

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

background-color css

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

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

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

border-color css

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

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

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