#11306E

Color #11306E Sapphire (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sapphire #11306E

Tints of Sapphire #11306E

Color information

#11306E (or 0x11306E) is unknown color: approx Sapphire. HEX triplet: 11, 30 and 6E. RGB value is (17,48,110). Sum of RGB (Red+Green+Blue) = 17+48+110=175 (23% of max value = 765). Red value is 17 (7.03% from 255 or 9.71% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 110 (43.36% from 255 or 62.86% from 175); Max value from RGB is 110 - color contains mainly: blue. Hex color #11306E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11306E is #EECF91. Grayscale: #2D2D2D. Windows color (decimal): -15650706 or 7221265. OLE color: 7221265.

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

Color convert

RGB1748110-
CMYK0.850.5600.57
HSL220º73.23%24.9%-
HSV(B)220º84.55%43.14%-
XYZ4.13.3615.18-
YUV45.8164.23107.46-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 9.71%
GREEN value IS 48 (19.14% from 255) = 27.43%
BLUE value IS 110 (43.36% from 255) = 62.86%
R=9.71%
G=27.43%
B=62.86%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal17481100.850.5600.5722073.2324.9
Hex11306E5538039dc4919
Octal21601561257007133411131
Binary1000111000011011101010101111000011100111011100100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11306E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #11306E; }

 p { color: rgb(17,48,110); }

 H1.HeaderClassName
 {
   color: #11306E;
 }
 .AnyTagClassName
 {
   color: #11306E;
 }
</style>
background-color css

<style>
 a { background-color: #11306E; }

 a { background-color: rgb(17,48,110); }

 div.DivClassName
 {
   background-color: #11306E;
 }
 .BgClassName
 {
   background-color: #11306E;
 }
</style>
border-color css

<style>
 span { border-color: #11306E; }

 span { border-color: rgb(17,48,110); }

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