Html Css Color HEX #112663 Sapphire

📋 copy color: '#112663'

red 17 ◦ green 38 ◦ blue 99

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

Shades of Sapphire #112663

Tints of Sapphire #112663

RGB

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

 GREEN value IS 38 (15.23% from 255) = 24.68%

 BLUE value IS 99 (39.06% from 255) = 64.29%

R = 11.04%
G = 24.68%
B = 64.29%

CMYK

 C value IS 0.83

 M value IS 0.62

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#112663 (or 0x112663) is known color: Sapphire. HEX triplet: 11, 26 and 63. RGB value is (17,38,99). Sum of RGB (Red+Green+Blue) = 17+38+99=154 (20% of max value = 765). Red value is 17 (7.03% from 255 or 11.04% from 154); Green value is 38 (15.23% from 255 or 24.68% from 154); Blue value is 99 (39.06% from 255 or 64.29% from 154); Max value from RGB is 99 - color contains mainly: blue. Hex color #112663 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #112663 is #EED99C. Grayscale: #262626. Windows color (decimal): -15653277 or 6497809. OLE color: 6497809.

HSL color Cylindrical-coordinate representation of color #112663: hue angle of 224.63º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #112663 is Cyan = 0.83, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 17 38 99 -
CMYK 0.83 0.62 0 0.61
HSL 224.63º 0.71% 0.23% -
HSV(B) 224.63º 0.83% 0.39% -
XYZ 3.18 2.41 12.1 -
YUV 38.68 162.04 112.54 -
System Red Green Blue C M Y K H S L
Decimal 17 38 99 0.83 0.62 0 0.61 224.63 0.71 0.23
Hex 11 26 63 53 3E 0 3D E1 47 17
Octal 21 46 143 123 76 0 75 341 107 27
Binary 10001 100110 1100011 1010011 111110 0 111101 11100001 1000111 10111

Color Harmonies of #112663

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #112663

Black with #112663

Text Example


Text Example

White with #112663

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #112663; }

 p { color: rgb(17,38,99); }

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

background-color css

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

 a { background-color: rgb(17,38,99); }

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

border-color css

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

 span { border-color: rgb(17,38,99); }

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