#091B4B

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

Shades of Sapphire #091B4B

Tints of Sapphire #091B4B

Color information

#091B4B (or 0x091B4B) is unknown color: approx Sapphire. HEX triplet: 09, 1B and 4B. RGB value is (9,27,75). Sum of RGB (Red+Green+Blue) = 9+27+75=111 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.11% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 75 (29.69% from 255 or 67.57% from 111); Max value from RGB is 75 - color contains mainly: blue. Hex color #091B4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091B4B is #F6E4B4. Grayscale: #1A1A1A. Windows color (decimal): -16180405 or 4922121. OLE color: 4922121.

HSL color Cylindrical-coordinate representation of color #091B4B: hue angle of 223.64º 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 #091B4B is Cyan = 0.88, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB92775-
CMYK0.880.6400.71
HSL223.64º78.57%16.47%-
HSV(B)223.64º88%29.41%-
XYZ1.771.356.82-
YUV27.09155.04115.1-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.11%
GREEN value IS 27 (10.94% from 255) = 24.32%
BLUE value IS 75 (29.69% from 255) = 67.57%
R=8.11%
G=24.32%
B=67.57%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal927750.880.6400.71223.6478.5716.47
Hex91B4B5840047e04f10
Octal1133113130100010734011720
Binary1001110111001011101100010000000100011111100000100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091B4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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