#091E4C

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

Shades of Sapphire #091E4C

Tints of Sapphire #091E4C

Color information

#091E4C (or 0x091E4C) is unknown color: approx Sapphire. HEX triplet: 09, 1E and 4C. RGB value is (9,30,76). Sum of RGB (Red+Green+Blue) = 9+30+76=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 30 (12.11% from 255 or 26.09% from 115); Blue value is 76 (30.08% from 255 or 66.09% from 115); Max value from RGB is 76 - color contains mainly: blue. Hex color #091E4C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091E4C is #F6E1B3. Grayscale: #1C1C1C. Windows color (decimal): -16179636 or 4988425. OLE color: 4988425.

HSL color Cylindrical-coordinate representation of color #091E4C: hue angle of 221.19º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #091E4C is Cyan = 0.88, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB93076-
CMYK0.880.6100.70
HSL221.19º78.82%16.67%-
HSV(B)221.19º88.16%29.8%-
XYZ1.881.517.03-
YUV28.96154.54113.76-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.83%
GREEN value IS 30 (12.11% from 255) = 26.09%
BLUE value IS 76 (30.08% from 255) = 66.09%
R=7.83%
G=26.09%
B=66.09%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal930760.880.6100.70221.1978.8216.67
Hex91E4C583D046dd4f11
Octal113611413075010633511721
Binary100111110100110010110001111010100011011011101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #091E4C; }

 p { color: rgb(9,30,76); }

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

<style>
 a { background-color: #091E4C; }

 a { background-color: rgb(9,30,76); }

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

<style>
 span { border-color: #091E4C; }

 span { border-color: rgb(9,30,76); }

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