#092B69

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

Shades of Sapphire #092B69

Tints of Sapphire #092B69

Color information

#092B69 (or 0x092B69) is unknown color: approx Sapphire. HEX triplet: 09, 2B and 69. RGB value is (9,43,105). Sum of RGB (Red+Green+Blue) = 9+43+105=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 43 (17.19% from 255 or 27.39% from 157); Blue value is 105 (41.41% from 255 or 66.88% from 157); Max value from RGB is 105 - color contains mainly: blue. Hex color #092B69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092B69 is #F6D496. Grayscale: #272727. Windows color (decimal): -16176279 or 6892297. OLE color: 6892297.

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

Color convert

RGB943105-
CMYK0.910.5900.59
HSL218.75º84.21%22.35%-
HSV(B)218.75º91.43%41.18%-
XYZ3.532.8113.72-
YUV39.9164.74105.96-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.73%
GREEN value IS 43 (17.19% from 255) = 27.39%
BLUE value IS 105 (41.41% from 255) = 66.88%
R=5.73%
G=27.39%
B=66.88%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9431050.910.5900.59218.7584.2122.35
Hex92B695B3B03Bdb5416
Octal11531511337307333312426
Binary100110101111010011011011111011011101111011011101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092B69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092B69; }

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

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

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

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

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

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

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

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