#092D72

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

Shades of Sapphire #092D72

Tints of Sapphire #092D72

Color information

#092D72 (or 0x092D72) is unknown color: approx Sapphire. HEX triplet: 09, 2D and 72. RGB value is (9,45,114). Sum of RGB (Red+Green+Blue) = 9+45+114=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 45 (17.97% from 255 or 26.79% from 168); Blue value is 114 (44.92% from 255 or 67.86% from 168); Max value from RGB is 114 - color contains mainly: blue. Hex color #092D72 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D72 is #F6D28D. Grayscale: #292929. Windows color (decimal): -16175758 or 7482633. OLE color: 7482633.

HSL color Cylindrical-coordinate representation of color #092D72: hue angle of 219.43º 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 #092D72 is Cyan = 0.92, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB945114-
CMYK0.920.6100.55
HSL219.43º85.37%24.12%-
HSV(B)219.43º92.11%44.71%-
XYZ4.093.1516.31-
YUV42.1168.57104.39-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.36%
GREEN value IS 45 (17.97% from 255) = 26.79%
BLUE value IS 114 (44.92% from 255) = 67.86%
R=5.36%
G=26.79%
B=67.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9451140.920.6100.55219.4385.3724.12
Hex92D725C3D037db5518
Octal11551621347506733312530
Binary100110110111100101011100111101011011111011011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092D72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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