#091E4B

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

Shades of Sapphire #091E4B

Tints of Sapphire #091E4B

Color information

#091E4B (or 0x091E4B) is unknown color: approx Sapphire. HEX triplet: 09, 1E and 4B. RGB value is (9,30,75). Sum of RGB (Red+Green+Blue) = 9+30+75=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 30 (12.11% from 255 or 26.32% from 114); Blue value is 75 (29.69% from 255 or 65.79% from 114); Max value from RGB is 75 - color contains mainly: blue. Hex color #091E4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091E4B is #F6E1B4. Grayscale: #1C1C1C. Windows color (decimal): -16179637 or 4922889. OLE color: 4922889.

HSL color Cylindrical-coordinate representation of color #091E4B: hue angle of 220.91º degrees, saturation: 0.79, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #091E4B is Cyan = 0.88, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB93075-
CMYK0.880.6000.71
HSL220.91º78.57%16.47%-
HSV(B)220.91º88%29.41%-
XYZ1.851.496.85-
YUV28.85154.04113.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.89%
GREEN value IS 30 (12.11% from 255) = 26.32%
BLUE value IS 75 (29.69% from 255) = 65.79%
R=7.89%
G=26.32%
B=65.79%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal930750.880.6000.71220.9178.5716.47
Hex91E4B583C047dd4f10
Octal113611313074010733511720
Binary100111110100101110110001111000100011111011101100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091E4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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