#09234E

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

Shades of Sapphire #09234E

Tints of Sapphire #09234E

Color information

#09234E (or 0x09234E) is unknown color: approx Sapphire. HEX triplet: 09, 23 and 4E. RGB value is (9,35,78). Sum of RGB (Red+Green+Blue) = 9+35+78=122 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.38% from 122); Green value is 35 (14.06% from 255 or 28.69% from 122); Blue value is 78 (30.86% from 255 or 63.93% from 122); Max value from RGB is 78 - color contains mainly: blue. Hex color #09234E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09234E is #F6DCB1. Grayscale: #1F1F1F. Windows color (decimal): -16178354 or 5120777. OLE color: 5120777.

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

Color convert

RGB93578-
CMYK0.880.5500.69
HSL217.39º79.31%17.06%-
HSV(B)217.39º88.46%30.59%-
XYZ2.091.817.45-
YUV32.13153.89111.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.38%
GREEN value IS 35 (14.06% from 255) = 28.69%
BLUE value IS 78 (30.86% from 255) = 63.93%
R=7.38%
G=28.69%
B=63.93%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal935780.880.5500.69217.3979.3117.06
Hex9234E5837045d94f11
Octal114311613067010533111721
Binary1001100011100111010110001101110100010111011001100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09234E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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