#091D53

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

Shades of Sapphire #091D53

Tints of Sapphire #091D53

Color information

#091D53 (or 0x091D53) is unknown color: approx Sapphire. HEX triplet: 09, 1D and 53. RGB value is (9,29,83). Sum of RGB (Red+Green+Blue) = 9+29+83=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 29 (11.72% from 255 or 23.97% from 121); Blue value is 83 (32.81% from 255 or 68.60% from 121); Max value from RGB is 83 - color contains mainly: blue. Hex color #091D53 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #091D53 is #F6E2AC. Grayscale: #1C1C1C. Windows color (decimal): -16179885 or 5446921. OLE color: 5446921.

HSL color Cylindrical-coordinate representation of color #091D53: hue angle of 223.78º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #091D53 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB92983-
CMYK0.890.6500.67
HSL223.78º80.43%18.04%-
HSV(B)223.78º89.16%32.55%-
XYZ2.111.568.37-
YUV29.18158.37113.61-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.44%
GREEN value IS 29 (11.72% from 255) = 23.97%
BLUE value IS 83 (32.81% from 255) = 68.60%
R=7.44%
G=23.97%
B=68.60%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal929830.890.6500.67223.7880.4318.04
Hex91D535941043e05012
Octal1135123131101010334012022
Binary1001111011010011101100110000010100001111100000101000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #091D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,29,83); }

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

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

 a { background-color: rgb(9,29,83); }

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

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

 span { border-color: rgb(9,29,83); }

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