#092872

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

Shades of Sapphire #092872

Tints of Sapphire #092872

Color information

#092872 (or 0x092872) is unknown color: approx Sapphire. HEX triplet: 09, 28 and 72. RGB value is (9,40,114). Sum of RGB (Red+Green+Blue) = 9+40+114=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 40 (16.02% from 255 or 24.54% from 163); Blue value is 114 (44.92% from 255 or 69.94% from 163); Max value from RGB is 114 - color contains mainly: blue. Hex color #092872 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092872 is #F6D78D. Grayscale: #262626. Windows color (decimal): -16177038 or 7481353. OLE color: 7481353.

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

Color convert

RGB940114-
CMYK0.920.6500.55
HSL222.29º85.37%24.12%-
HSV(B)222.29º92.11%44.71%-
XYZ3.912.7916.25-
YUV39.17170.23106.48-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.52%
GREEN value IS 40 (16.02% from 255) = 24.54%
BLUE value IS 114 (44.92% from 255) = 69.94%
R=5.52%
G=24.54%
B=69.94%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9401140.920.6500.55222.2985.3724.12
Hex928725C41037de5518
Octal115016213410106733612530
Binary1001101000111001010111001000001011011111011110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092872; }

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

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

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

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

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

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

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

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