#09244E

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

Shades of Sapphire #09244E

Tints of Sapphire #09244E

Color information

#09244E (or 0x09244E) is unknown color: approx Sapphire. HEX triplet: 09, 24 and 4E. RGB value is (9,36,78). Sum of RGB (Red+Green+Blue) = 9+36+78=123 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.32% from 123); Green value is 36 (14.45% from 255 or 29.27% from 123); Blue value is 78 (30.86% from 255 or 63.41% from 123); Max value from RGB is 78 - color contains mainly: blue. Hex color #09244E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09244E is #F6DBB1. Grayscale: #202020. Windows color (decimal): -16178098 or 5121033. OLE color: 5121033.

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

Color convert

RGB93678-
CMYK0.880.5400.69
HSL216.52º79.31%17.06%-
HSV(B)216.52º88.46%30.59%-
XYZ2.121.877.46-
YUV32.71153.55111.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.32%
GREEN value IS 36 (14.45% from 255) = 29.27%
BLUE value IS 78 (30.86% from 255) = 63.41%
R=7.32%
G=29.27%
B=63.41%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal936780.880.5400.69216.5279.3117.06
Hex9244E5836045d94f11
Octal114411613066010533111721
Binary1001100100100111010110001101100100010111011001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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