Html Css Color HEX #11266D Sapphire

📋 copy color: '#11266D'

red 17 ◦ green 38 ◦ blue 109

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

Shades of Sapphire #11266D

Tints of Sapphire #11266D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 66.46%

R = 10.37%
G = 23.17%
B = 66.46%

CMYK

 C value IS 0.84

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#11266D (or 0x11266D) is known color: Sapphire. HEX triplet: 11, 26 and 6D. RGB value is (17,38,109). Sum of RGB (Red+Green+Blue) = 17+38+109=164 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.37% from 164); Green value is 38 (15.23% from 255 or 23.17% from 164); Blue value is 109 (42.97% from 255 or 66.46% from 164); Max value from RGB is 109 - color contains mainly: blue. Hex color #11266D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11266D is #EED992. Grayscale: #272727. Windows color (decimal): -15653267 or 7153169. OLE color: 7153169.

HSL color Cylindrical-coordinate representation of color #11266D: hue angle of 226.3º degrees, saturation: 0.73, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #11266D is Cyan = 0.84, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 17 38 109 -
CMYK 0.84 0.65 0 0.57
HSL 226.3º 0.73% 0.25% -
HSV(B) 226.3º 0.84% 0.43% -
XYZ 3.68 2.61 14.78 -
YUV 39.82 167.04 111.73 -
System Red Green Blue C M Y K H S L
Decimal 17 38 109 0.84 0.65 0 0.57 226.3 0.73 0.25
Hex 11 26 6D 54 41 0 39 E2 49 19
Octal 21 46 155 124 101 0 71 342 111 31
Binary 10001 100110 1101101 1010100 1000001 0 111001 11100010 1001001 11001

Color Harmonies of #11266D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11266D

Black with #11266D

Text Example


Text Example

White with #11266D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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