#092172

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

Shades of Sapphire #092172

Tints of Sapphire #092172

Color information

#092172 (or 0x092172) is unknown color: approx Sapphire. HEX triplet: 09, 21 and 72. RGB value is (9,33,114). Sum of RGB (Red+Green+Blue) = 9+33+114=156 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.77% from 156); Green value is 33 (13.28% from 255 or 21.15% from 156); Blue value is 114 (44.92% from 255 or 73.08% from 156); Max value from RGB is 114 - color contains mainly: blue. Hex color #092172 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092172 is #F6DE8D. Grayscale: #222222. Windows color (decimal): -16178830 or 7479561. OLE color: 7479561.

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

Color convert

RGB933114-
CMYK0.920.7100.55
HSL226.29º85.37%24.12%-
HSV(B)226.29º92.11%44.71%-
XYZ3.692.3616.18-
YUV35.06172.55109.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.77%
GREEN value IS 33 (13.28% from 255) = 21.15%
BLUE value IS 114 (44.92% from 255) = 73.08%
R=5.77%
G=21.15%
B=73.08%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9331140.920.7100.55226.2985.3724.12
Hex921725C47037e25518
Octal114116213410706734212530
Binary1001100001111001010111001000111011011111100010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092172; }

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

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

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

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

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

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

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

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