#09274E

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

Shades of Sapphire #09274E

Tints of Sapphire #09274E

Color information

#09274E (or 0x09274E) is unknown color: approx Sapphire. HEX triplet: 09, 27 and 4E. RGB value is (9,39,78). Sum of RGB (Red+Green+Blue) = 9+39+78=126 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.14% from 126); Green value is 39 (15.62% from 255 or 30.95% from 126); Blue value is 78 (30.86% from 255 or 61.90% from 126); Max value from RGB is 78 - color contains mainly: blue. Hex color #09274E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09274E is #F6D8B1. Grayscale: #222222. Windows color (decimal): -16177330 or 5121801. OLE color: 5121801.

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

Color convert

RGB93978-
CMYK0.880.5000.69
HSL213.91º79.31%17.06%-
HSV(B)213.91º88.46%30.59%-
XYZ2.212.067.49-
YUV34.48152.56109.83-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.14%
GREEN value IS 39 (15.62% from 255) = 30.95%
BLUE value IS 78 (30.86% from 255) = 61.90%
R=7.14%
G=30.95%
B=61.90%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal939780.880.5000.69213.9179.3117.06
Hex9274E5832045d64f11
Octal114711613062010532611721
Binary1001100111100111010110001100100100010111010110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09274E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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