#11234E

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

Shades of Sapphire #11234E

Tints of Sapphire #11234E

Color information

#11234E (or 0x11234E) is unknown color: approx Sapphire. HEX triplet: 11, 23 and 4E. RGB value is (17,35,78). Sum of RGB (Red+Green+Blue) = 17+35+78=130 (17% of max value = 765). Red value is 17 (7.03% from 255 or 13.08% from 130); Green value is 35 (14.06% from 255 or 26.92% from 130); Blue value is 78 (30.86% from 255 or 60% from 130); Max value from RGB is 78 - color contains mainly: blue. Hex color #11234E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #11234E is #EEDCB1. Grayscale: #222222. Windows color (decimal): -15654066 or 5120785. OLE color: 5120785.

HSL color Cylindrical-coordinate representation of color #11234E: hue angle of 222.3º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #11234E is Cyan = 0.78, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB173578-
CMYK0.780.5500.69
HSL222.3º64.21%18.63%-
HSV(B)222.3º78.21%30.59%-
XYZ2.211.877.45-
YUV34.52152.54115.5-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 13.08%
GREEN value IS 35 (14.06% from 255) = 26.92%
BLUE value IS 78 (30.86% from 255) = 60%
R=13.08%
G=26.92%
B=60%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal1735780.780.5500.69222.364.2118.63
Hex11234E4E37045de4013
Octal214311611667010533610023
Binary10001100011100111010011101101110100010111011110100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #11234E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,35,78); }

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

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

 a { background-color: rgb(17,35,78); }

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

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

 span { border-color: rgb(17,35,78); }

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