Html Css Color HEX #11246B Sapphire

📋 copy color: '#11246B'

red 17 ◦ green 36 ◦ blue 107

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

Shades of Sapphire #11246B

Tints of Sapphire #11246B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 22.5%

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

R = 10.63%
G = 22.5%
B = 66.88%

CMYK

 C value IS 0.84

 M value IS 0.66

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11246B (or 0x11246B) is known color: Sapphire. HEX triplet: 11, 24 and 6B. RGB value is (17,36,107). Sum of RGB (Red+Green+Blue) = 17+36+107=160 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.62% from 160); Green value is 36 (14.45% from 255 or 22.5% from 160); Blue value is 107 (42.19% from 255 or 66.88% from 160); Max value from RGB is 107 - color contains mainly: blue. Hex color #11246B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11246B is #EEDB94. Grayscale: #262626. Windows color (decimal): -15653781 or 7021585. OLE color: 7021585.

HSL color Cylindrical-coordinate representation of color #11246B: hue angle of 227.33º 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 #11246B is Cyan = 0.84, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 17 36 107 -
CMYK 0.84 0.66 0 0.58
HSL 227.33º 0.73% 0.24% -
HSV(B) 227.33º 0.84% 0.42% -
XYZ 3.52 2.44 14.2 -
YUV 38.41 166.71 112.73 -
System Red Green Blue C M Y K H S L
Decimal 17 36 107 0.84 0.66 0 0.58 227.33 0.73 0.24
Hex 11 24 6B 54 42 0 3A E3 49 18
Octal 21 44 153 124 102 0 72 343 111 30
Binary 10001 100100 1101011 1010100 1000010 0 111010 11100011 1001001 11000

Color Harmonies of #11246B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11246B

Black with #11246B

Text Example


Text Example

White with #11246B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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