#09284E

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

Shades of Sapphire #09284E

Tints of Sapphire #09284E

Color information

#09284E (or 0x09284E) is unknown color: approx Sapphire. HEX triplet: 09, 28 and 4E. RGB value is (9,40,78). Sum of RGB (Red+Green+Blue) = 9+40+78=127 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.09% from 127); Green value is 40 (16.02% from 255 or 31.50% from 127); Blue value is 78 (30.86% from 255 or 61.42% from 127); Max value from RGB is 78 - color contains mainly: blue. Hex color #09284E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09284E is #F6D7B1. Grayscale: #222222. Windows color (decimal): -16177074 or 5122057. OLE color: 5122057.

HSL color Cylindrical-coordinate representation of color #09284E: hue angle of 213.04º degrees, saturation: 0.79, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #09284E is Cyan = 0.88, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB94078-
CMYK0.880.4900.69
HSL213.04º79.31%17.06%-
HSV(B)213.04º88.46%30.59%-
XYZ2.252.137.5-
YUV35.06152.23109.41-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.09%
GREEN value IS 40 (16.02% from 255) = 31.50%
BLUE value IS 78 (30.86% from 255) = 61.42%
R=7.09%
G=31.50%
B=61.42%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal940780.880.4900.69213.0479.3117.06
Hex9284E5831045d54f11
Octal115011613061010532511721
Binary1001101000100111010110001100010100010111010101100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09284E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09284E; }

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

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

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

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

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

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

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

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