Html Css Color HEX #11276B Sapphire

📋 copy color: '#11276B'

red 17 ◦ green 39 ◦ blue 107

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

Shades of Sapphire #11276B

Tints of Sapphire #11276B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 23.93%

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

R = 10.43%
G = 23.93%
B = 65.64%

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

#11276B (or 0x11276B) is known color: Sapphire. HEX triplet: 11, 27 and 6B. RGB value is (17,39,107). Sum of RGB (Red+Green+Blue) = 17+39+107=163 (21% of max value = 765). Red value is 17 (7.03% from 255 or 10.43% from 163); Green value is 39 (15.62% from 255 or 23.93% from 163); Blue value is 107 (42.19% from 255 or 65.64% from 163); Max value from RGB is 107 - color contains mainly: blue. Hex color #11276B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11276B is #EED894. Grayscale: #272727. Windows color (decimal): -15653013 or 7022353. OLE color: 7022353.

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

Color convert

RGB 17 39 107 -
CMYK 0.84 0.64 0 0.58
HSL 225.33º 0.73% 0.24% -
HSV(B) 225.33º 0.84% 0.42% -
XYZ 3.61 2.63 14.23 -
YUV 40.17 165.71 111.47 -
System Red Green Blue C M Y K H S L
Decimal 17 39 107 0.84 0.64 0 0.58 225.33 0.73 0.24
Hex 11 27 6B 54 40 0 3A E1 49 18
Octal 21 47 153 124 100 0 72 341 111 30
Binary 10001 100111 1101011 1010100 1000000 0 111010 11100001 1001001 11000

Color Harmonies of #11276B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #11276B

Black with #11276B

Text Example


Text Example

White with #11276B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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