Html Css Color HEX #11246C Sapphire

📋 copy color: '#11246C'

red 17 ◦ green 36 ◦ blue 108

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

Shades of Sapphire #11246C

Tints of Sapphire #11246C

RGB

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

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

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

R = 10.56%
G = 22.36%
B = 67.08%

CMYK

 C value IS 0.84

 M value IS 0.67

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11246C (or 0x11246C) is known color: Sapphire. HEX triplet: 11, 24 and 6C. RGB value is (17,36,108). Sum of RGB (Red+Green+Blue) = 17+36+108=161 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.56% from 161); Green value is 36 (14.45% from 255 or 22.36% from 161); Blue value is 108 (42.58% from 255 or 67.08% from 161); Max value from RGB is 108 - color contains mainly: blue. Hex color #11246C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11246C is #EEDB93. Grayscale: #262626. Windows color (decimal): -15653780 or 7087121. OLE color: 7087121.

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

Color convert

RGB 17 36 108 -
CMYK 0.84 0.67 0 0.58
HSL 227.47º 0.73% 0.25% -
HSV(B) 227.47º 0.84% 0.42% -
XYZ 3.57 2.46 14.47 -
YUV 38.53 167.21 112.65 -
System Red Green Blue C M Y K H S L
Decimal 17 36 108 0.84 0.67 0 0.58 227.47 0.73 0.25
Hex 11 24 6C 54 43 0 3A E3 49 19
Octal 21 44 154 124 103 0 72 343 111 31
Binary 10001 100100 1101100 1010100 1000011 0 111010 11100011 1001001 11001

Color Harmonies of #11246C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11246C

Black with #11246C

Text Example


Text Example

White with #11246C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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