#092D7A

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

Shades of Sapphire #092D7A

Tints of Sapphire #092D7A

Color information

#092D7A (or 0x092D7A) is unknown color: approx Sapphire. HEX triplet: 09, 2D and 7A. RGB value is (9,45,122). Sum of RGB (Red+Green+Blue) = 9+45+122=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 45 (17.97% from 255 or 25.57% from 176); Blue value is 122 (48.05% from 255 or 69.32% from 176); Max value from RGB is 122 - color contains mainly: blue. Hex color #092D7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D7A is #F6D285. Grayscale: #2A2A2A. Windows color (decimal): -16175750 or 8006921. OLE color: 8006921.

HSL color Cylindrical-coordinate representation of color #092D7A: hue angle of 220.88º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092D7A is Cyan = 0.93, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB945122-
CMYK0.930.6300.52
HSL220.88º86.26%25.69%-
HSV(B)220.88º92.62%47.84%-
XYZ4.563.3418.82-
YUV43.01172.57103.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.11%
GREEN value IS 45 (17.97% from 255) = 25.57%
BLUE value IS 122 (48.05% from 255) = 69.32%
R=5.11%
G=25.57%
B=69.32%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9451220.930.6300.52220.8886.2625.69
Hex92D7A5D3F034dd561a
Octal11551721357706433512632
Binary100110110111110101011101111111011010011011101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,45,122); }

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

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

 a { background-color: rgb(9,45,122); }

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

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

 span { border-color: rgb(9,45,122); }

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