#092967

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

Shades of Sapphire #092967

Tints of Sapphire #092967

Color information

#092967 (or 0x092967) is unknown color: approx Sapphire. HEX triplet: 09, 29 and 67. RGB value is (9,41,103). Sum of RGB (Red+Green+Blue) = 9+41+103=153 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.88% from 153); Green value is 41 (16.41% from 255 or 26.80% from 153); Blue value is 103 (40.62% from 255 or 67.32% from 153); Max value from RGB is 103 - color contains mainly: blue. Hex color #092967 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092967 is #F6D698. Grayscale: #262626. Windows color (decimal): -16176793 or 6760713. OLE color: 6760713.

HSL color Cylindrical-coordinate representation of color #092967: hue angle of 219.57º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092967 is Cyan = 0.91, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB941103-
CMYK0.910.6000.60
HSL219.57º83.93%21.96%-
HSV(B)219.57º91.26%40.39%-
XYZ3.352.6213.16-
YUV38.5164.4106.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.88%
GREEN value IS 41 (16.41% from 255) = 26.80%
BLUE value IS 103 (40.62% from 255) = 67.32%
R=5.88%
G=26.80%
B=67.32%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9411030.910.6000.60219.5783.9321.96
Hex929675B3C03Cdc5416
Octal11511471337407433412426
Binary100110100111001111011011111100011110011011100101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092967

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092967; }

 p { color: rgb(9,41,103); }

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

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

 a { background-color: rgb(9,41,103); }

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

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

 span { border-color: rgb(9,41,103); }

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