#092148

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

Shades of Sapphire #092148

Tints of Sapphire #092148

Color information

#092148 (or 0x092148) is unknown color: approx Sapphire. HEX triplet: 09, 21 and 48. RGB value is (9,33,72). Sum of RGB (Red+Green+Blue) = 9+33+72=114 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.89% from 114); Green value is 33 (13.28% from 255 or 28.95% from 114); Blue value is 72 (28.52% from 255 or 63.16% from 114); Max value from RGB is 72 - color contains mainly: blue. Hex color #092148 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #092148 is #F6DEB7. Grayscale: #1E1E1E. Windows color (decimal): -16178872 or 4727049. OLE color: 4727049.

HSL color Cylindrical-coordinate representation of color #092148: hue angle of 217.14º degrees, saturation: 0.78, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #092148 is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB93372-
CMYK0.880.5400.72
HSL217.14º77.78%15.88%-
HSV(B)217.14º87.5%28.24%-
XYZ1.831.616.35-
YUV30.27151.55112.83-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.89%
GREEN value IS 33 (13.28% from 255) = 28.95%
BLUE value IS 72 (28.52% from 255) = 63.16%
R=7.89%
G=28.95%
B=63.16%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal933720.880.5400.72217.1477.7815.88
Hex921485836048d94e10
Octal114111013066011033111620
Binary1001100001100100010110001101100100100011011001100111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092148; }

 p { color: rgb(9,33,72); }

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

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

 a { background-color: rgb(9,33,72); }

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

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

 span { border-color: rgb(9,33,72); }

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