Html Css Color HEX #11266B Sapphire

📋 copy color: '#11266B'

red 17 ◦ green 38 ◦ blue 107

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

Shades of Sapphire #11266B

Tints of Sapphire #11266B

RGB

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

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

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

R = 10.49%
G = 23.46%
B = 66.05%

CMYK

 C value IS 0.84

 M value IS 0.64

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#11266B (or 0x11266B) is known color: Sapphire. HEX triplet: 11, 26 and 6B. RGB value is (17,38,107). Sum of RGB (Red+Green+Blue) = 17+38+107=162 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.49% from 162); Green value is 38 (15.23% from 255 or 23.46% from 162); Blue value is 107 (42.19% from 255 or 66.05% from 162); Max value from RGB is 107 - color contains mainly: blue. Hex color #11266B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11266B is #EED994. Grayscale: #272727. Windows color (decimal): -15653269 or 7022097. OLE color: 7022097.

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

Color convert

RGB 17 38 107 -
CMYK 0.84 0.64 0 0.58
HSL 226º 0.73% 0.24% -
HSV(B) 226º 0.84% 0.42% -
XYZ 3.58 2.57 14.22 -
YUV 39.59 166.04 111.89 -
System Red Green Blue C M Y K H S L
Decimal 17 38 107 0.84 0.64 0 0.58 226 0.73 0.24
Hex 11 26 6B 54 40 0 3A E2 49 18
Octal 21 46 153 124 100 0 72 342 111 30
Binary 10001 100110 1101011 1010100 1000000 0 111010 11100010 1001001 11000

Color Harmonies of #11266B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11266B

Black with #11266B

Text Example


Text Example

White with #11266B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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