Html Css Color HEX #11296B Sapphire

📋 copy color: '#11296B'

red 17 ◦ green 41 ◦ blue 107

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

Shades of Sapphire #11296B

Tints of Sapphire #11296B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 64.85%

R = 10.3%
G = 24.85%
B = 64.85%

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

#11296B (or 0x11296B) is known color: Sapphire. HEX triplet: 11, 29 and 6B. RGB value is (17,41,107). Sum of RGB (Red+Green+Blue) = 17+41+107=165 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.30% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 107 (42.19% from 255 or 64.85% from 165); Max value from RGB is 107 - color contains mainly: blue. Hex color #11296B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11296B is #EED694. Grayscale: #292929. Windows color (decimal): -15652501 or 7022865. OLE color: 7022865.

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

Color convert

RGB 17 41 107 -
CMYK 0.84 0.62 0 0.58
HSL 224º 0.73% 0.24% -
HSV(B) 224º 0.84% 0.42% -
XYZ 3.68 2.77 14.25 -
YUV 41.35 165.05 110.63 -
System Red Green Blue C M Y K H S L
Decimal 17 41 107 0.84 0.62 0 0.58 224 0.73 0.24
Hex 11 29 6B 54 3E 0 3A E0 49 18
Octal 21 51 153 124 76 0 72 340 111 30
Binary 10001 101001 1101011 1010100 111110 0 111010 11100000 1001001 11000

Color Harmonies of #11296B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11296B

Black with #11296B

Text Example


Text Example

White with #11296B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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