#09224E

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

Shades of Sapphire #09224E

Tints of Sapphire #09224E

Color information

#09224E (or 0x09224E) is unknown color: approx Sapphire. HEX triplet: 09, 22 and 4E. RGB value is (9,34,78). Sum of RGB (Red+Green+Blue) = 9+34+78=121 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.44% from 121); Green value is 34 (13.67% from 255 or 28.10% from 121); Blue value is 78 (30.86% from 255 or 64.46% from 121); Max value from RGB is 78 - color contains mainly: blue. Hex color #09224E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09224E is #F6DDB1. Grayscale: #1F1F1F. Windows color (decimal): -16178610 or 5120521. OLE color: 5120521.

HSL color Cylindrical-coordinate representation of color #09224E: hue angle of 218.26º 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 #09224E is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB93478-
CMYK0.880.5600.69
HSL218.26º79.31%17.06%-
HSV(B)218.26º88.46%30.59%-
XYZ2.061.757.44-
YUV31.54154.22111.92-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.44%
GREEN value IS 34 (13.67% from 255) = 28.10%
BLUE value IS 78 (30.86% from 255) = 64.46%
R=7.44%
G=28.10%
B=64.46%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal934780.880.5600.69218.2679.3117.06
Hex9224E5838045da4f11
Octal114211613070010533211721
Binary1001100010100111010110001110000100010111011010100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09224E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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