Html Css Color HEX #11296C Sapphire

📋 copy color: '#11296C'

red 17 ◦ green 41 ◦ blue 108

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

Shades of Sapphire #11296C

Tints of Sapphire #11296C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 65.06%

R = 10.24%
G = 24.7%
B = 65.06%

CMYK

 C value IS 0.84

 M value IS 0.62

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11296C (or 0x11296C) is known color: Sapphire. HEX triplet: 11, 29 and 6C. RGB value is (17,41,108). Sum of RGB (Red+Green+Blue) = 17+41+108=166 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.24% from 166); Green value is 41 (16.41% from 255 or 24.70% from 166); Blue value is 108 (42.58% from 255 or 65.06% from 166); Max value from RGB is 108 - color contains mainly: blue. Hex color #11296C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11296C is #EED693. Grayscale: #292929. Windows color (decimal): -15652500 or 7088401. OLE color: 7088401.

HSL color Cylindrical-coordinate representation of color #11296C: hue angle of 224.18º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11296C is Cyan = 0.84, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 41 108 -
CMYK 0.84 0.62 0 0.58
HSL 224.18º 0.73% 0.25% -
HSV(B) 224.18º 0.84% 0.42% -
XYZ 3.73 2.79 14.53 -
YUV 41.46 165.55 110.55 -
System Red Green Blue C M Y K H S L
Decimal 17 41 108 0.84 0.62 0 0.58 224.18 0.73 0.25
Hex 11 29 6C 54 3E 0 3A E0 49 19
Octal 21 51 154 124 76 0 72 340 111 31
Binary 10001 101001 1101100 1010100 111110 0 111010 11100000 1001001 11001

Color Harmonies of #11296C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11296C

Black with #11296C

Text Example


Text Example

White with #11296C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #11296C; }

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

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

background-color css

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

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

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

border-color css

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

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

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