#092184

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

Shades of Sapphire #092184

Tints of Sapphire #092184

Color information

#092184 (or 0x092184) is unknown color: approx Sapphire. HEX triplet: 09, 21 and 84. RGB value is (9,33,132). Sum of RGB (Red+Green+Blue) = 9+33+132=174 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.17% from 174); Green value is 33 (13.28% from 255 or 18.97% from 174); Blue value is 132 (51.95% from 255 or 75.86% from 174); Max value from RGB is 132 - color contains mainly: blue. Hex color #092184 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #092184 is #F6DE7B. Grayscale: #242424. Windows color (decimal): -16178812 or 8659209. OLE color: 8659209.

HSL color Cylindrical-coordinate representation of color #092184: hue angle of 228.29º 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 #092184 is Cyan = 0.93, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB933132-
CMYK0.930.7500.48
HSL228.29º87.23%27.65%-
HSV(B)228.29º93.18%51.76%-
XYZ4.822.8122.12-
YUV37.11181.55107.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.17%
GREEN value IS 33 (13.28% from 255) = 18.97%
BLUE value IS 132 (51.95% from 255) = 75.86%
R=5.17%
G=18.97%
B=75.86%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9331320.930.7500.48228.2987.2327.65
Hex921845D4B030e4571c
Octal114120413511306034412734
Binary10011000011000010010111011001011011000011100100101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092184

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092184; }

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

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

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

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

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

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

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

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