#092B72

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

Shades of Sapphire #092B72

Tints of Sapphire #092B72

Color information

#092B72 (or 0x092B72) is unknown color: approx Sapphire. HEX triplet: 09, 2B and 72. RGB value is (9,43,114). Sum of RGB (Red+Green+Blue) = 9+43+114=166 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.42% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 114 (44.92% from 255 or 68.67% from 166); Max value from RGB is 114 - color contains mainly: blue. Hex color #092B72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092B72 is #F6D48D. Grayscale: #282828. Windows color (decimal): -16176270 or 7482121. OLE color: 7482121.

HSL color Cylindrical-coordinate representation of color #092B72: hue angle of 220.57º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092B72 is Cyan = 0.92, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB943114-
CMYK0.920.6200.55
HSL220.57º85.37%24.12%-
HSV(B)220.57º92.11%44.71%-
XYZ4.01316.29-
YUV40.93169.24105.23-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.42%
GREEN value IS 43 (17.19% from 255) = 25.90%
BLUE value IS 114 (44.92% from 255) = 68.67%
R=5.42%
G=25.90%
B=68.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9431140.920.6200.55220.5785.3724.12
Hex92B725C3E037dd5518
Octal11531621347606733512530
Binary100110101111100101011100111110011011111011101101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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