#092284

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

Shades of Sapphire #092284

Tints of Sapphire #092284

Color information

#092284 (or 0x092284) is unknown color: approx Sapphire. HEX triplet: 09, 22 and 84. RGB value is (9,34,132). Sum of RGB (Red+Green+Blue) = 9+34+132=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 34 (13.67% from 255 or 19.43% from 175); Blue value is 132 (51.95% from 255 or 75.43% from 175); Max value from RGB is 132 - color contains mainly: blue. Hex color #092284 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092284 is #F6DD7B. Grayscale: #252525. Windows color (decimal): -16178556 or 8659465. OLE color: 8659465.

HSL color Cylindrical-coordinate representation of color #092284: hue angle of 227.8º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092284 is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB934132-
CMYK0.930.7400.48
HSL227.8º87.23%27.65%-
HSV(B)227.8º93.18%51.76%-
XYZ4.852.8722.13-
YUV37.7181.22107.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.14%
GREEN value IS 34 (13.67% from 255) = 19.43%
BLUE value IS 132 (51.95% from 255) = 75.43%
R=5.14%
G=19.43%
B=75.43%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9341320.930.7400.48227.887.2327.65
Hex922845D4A030e4571c
Octal114220413511206034412734
Binary10011000101000010010111011001010011000011100100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092284; }

 p { color: rgb(9,34,132); }

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

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

 a { background-color: rgb(9,34,132); }

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

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

 span { border-color: rgb(9,34,132); }

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