#092569

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

Shades of Sapphire #092569

Tints of Sapphire #092569

Color information

#092569 (or 0x092569) is unknown color: approx Sapphire. HEX triplet: 09, 25 and 69. RGB value is (9,37,105). Sum of RGB (Red+Green+Blue) = 9+37+105=151 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.96% from 151); Green value is 37 (14.84% from 255 or 24.50% from 151); Blue value is 105 (41.41% from 255 or 69.54% from 151); Max value from RGB is 105 - color contains mainly: blue. Hex color #092569 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092569 is #F6DA96. Grayscale: #242424. Windows color (decimal): -16177815 or 6890761. OLE color: 6890761.

HSL color Cylindrical-coordinate representation of color #092569: hue angle of 222.5º 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 #092569 is Cyan = 0.91, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB937105-
CMYK0.910.6500.59
HSL222.5º84.21%22.35%-
HSV(B)222.5º91.43%41.18%-
XYZ3.322.413.65-
YUV36.38166.72108.47-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.96%
GREEN value IS 37 (14.84% from 255) = 24.50%
BLUE value IS 105 (41.41% from 255) = 69.54%
R=5.96%
G=24.50%
B=69.54%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9371050.910.6500.59222.584.2122.35
Hex925695B4103Bde5416
Octal114515113310107333612426
Binary1001100101110100110110111000001011101111011110101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092569; }

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

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

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

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

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

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

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

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