#092669

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

Shades of Sapphire #092669

Tints of Sapphire #092669

Color information

#092669 (or 0x092669) is unknown color: approx Sapphire. HEX triplet: 09, 26 and 69. RGB value is (9,38,105). Sum of RGB (Red+Green+Blue) = 9+38+105=152 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.92% from 152); Green value is 38 (15.23% from 255 or 25% from 152); Blue value is 105 (41.41% from 255 or 69.08% from 152); Max value from RGB is 105 - color contains mainly: blue. Hex color #092669 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092669 is #F6D996. Grayscale: #242424. Windows color (decimal): -16177559 or 6891017. OLE color: 6891017.

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

Color convert

RGB938105-
CMYK0.910.6400.59
HSL221.88º84.21%22.35%-
HSV(B)221.88º91.43%41.18%-
XYZ3.362.4613.66-
YUV36.97166.39108.05-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.92%
GREEN value IS 38 (15.23% from 255) = 25%
BLUE value IS 105 (41.41% from 255) = 69.08%
R=5.92%
G=25%
B=69.08%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9381050.910.6400.59221.8884.2122.35
Hex926695B4003Bde5416
Octal114615113310007333612426
Binary1001100110110100110110111000000011101111011110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092669

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092669; }

 p { color: rgb(9,38,105); }

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

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

 a { background-color: rgb(9,38,105); }

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

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

 span { border-color: rgb(9,38,105); }

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