#092D71

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

Shades of Sapphire #092D71

Tints of Sapphire #092D71

Color information

#092D71 (or 0x092D71) is unknown color: approx Sapphire. HEX triplet: 09, 2D and 71. RGB value is (9,45,113). Sum of RGB (Red+Green+Blue) = 9+45+113=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 45 (17.97% from 255 or 26.95% from 167); Blue value is 113 (44.53% from 255 or 67.66% from 167); Max value from RGB is 113 - color contains mainly: blue. Hex color #092D71 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D71 is #F6D28E. Grayscale: #292929. Windows color (decimal): -16175759 or 7417097. OLE color: 7417097.

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

Color convert

RGB945113-
CMYK0.920.6000.56
HSL219.23º85.25%23.92%-
HSV(B)219.23º92.04%44.31%-
XYZ4.033.1316.01-
YUV41.99168.07104.47-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.39%
GREEN value IS 45 (17.97% from 255) = 26.95%
BLUE value IS 113 (44.53% from 255) = 67.66%
R=5.39%
G=26.95%
B=67.66%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9451130.920.6000.56219.2385.2523.92
Hex92D715C3C038db5518
Octal11551611347407033312530
Binary100110110111100011011100111100011100011011011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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