#092F7C

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

Shades of Sapphire #092F7C

Tints of Sapphire #092F7C

Color information

#092F7C (or 0x092F7C) is unknown color: approx Sapphire. HEX triplet: 09, 2F and 7C. RGB value is (9,47,124). Sum of RGB (Red+Green+Blue) = 9+47+124=180 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5% from 180); Green value is 47 (18.75% from 255 or 26.11% from 180); Blue value is 124 (48.83% from 255 or 68.89% from 180); Max value from RGB is 124 - color contains mainly: blue. Hex color #092F7C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092F7C is #F6D083. Grayscale: #2C2C2C. Windows color (decimal): -16175236 or 8138505. OLE color: 8138505.

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

Color convert

RGB947124-
CMYK0.930.6200.51
HSL220.17º86.47%26.08%-
HSV(B)220.17º92.74%48.63%-
XYZ4.773.5519.5-
YUV44.42172.91102.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5%
GREEN value IS 47 (18.75% from 255) = 26.11%
BLUE value IS 124 (48.83% from 255) = 68.89%
R=5%
G=26.11%
B=68.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9471240.930.6200.51220.1786.4726.08
Hex92F7C5D3E033dc561a
Octal11571741357606333412632
Binary100110111111111001011101111110011001111011100101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,47,124); }

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

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

 a { background-color: rgb(9,47,124); }

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

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

 span { border-color: rgb(9,47,124); }

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