#091A4B

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

Shades of Sapphire #091A4B

Tints of Sapphire #091A4B

Color information

#091A4B (or 0x091A4B) is unknown color: approx Sapphire. HEX triplet: 09, 1A and 4B. RGB value is (9,26,75). Sum of RGB (Red+Green+Blue) = 9+26+75=110 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.18% from 110); Green value is 26 (10.55% from 255 or 23.64% from 110); Blue value is 75 (29.69% from 255 or 68.18% from 110); Max value from RGB is 75 - color contains mainly: blue. Hex color #091A4B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #091A4B is #F6E5B4. Grayscale: #1A1A1A. Windows color (decimal): -16180661 or 4921865. OLE color: 4921865.

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

Color convert

RGB92675-
CMYK0.880.6500.71
HSL224.55º78.57%16.47%-
HSV(B)224.55º88%29.41%-
XYZ1.751.36.82-
YUV26.5155.37115.52-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 8.18%
GREEN value IS 26 (10.55% from 255) = 23.64%
BLUE value IS 75 (29.69% from 255) = 68.18%
R=8.18%
G=23.64%
B=68.18%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal926750.880.6500.71224.5578.5716.47
Hex91A4B5841047e14f10
Octal1132113130101010734111720
Binary1001110101001011101100010000010100011111100001100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091A4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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