#09274D

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

Shades of Sapphire #09274D

Tints of Sapphire #09274D

Color information

#09274D (or 0x09274D) is unknown color: approx Sapphire. HEX triplet: 09, 27 and 4D. RGB value is (9,39,77). Sum of RGB (Red+Green+Blue) = 9+39+77=125 (16% of max value = 765). Red value is 9 (3.91% from 255 or 7.2% from 125); Green value is 39 (15.62% from 255 or 31.2% from 125); Blue value is 77 (30.47% from 255 or 61.6% from 125); Max value from RGB is 77 - color contains mainly: blue. Hex color #09274D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09274D is #F6D8B2. Grayscale: #222222. Windows color (decimal): -16177331 or 5056265. OLE color: 5056265.

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

Color convert

RGB93977-
CMYK0.880.4900.70
HSL213.53º79.07%16.86%-
HSV(B)213.53º88.31%30.2%-
XYZ2.182.047.3-
YUV34.36152.06109.91-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.2%
GREEN value IS 39 (15.62% from 255) = 31.2%
BLUE value IS 77 (30.47% from 255) = 61.6%
R=7.2%
G=31.2%
B=61.6%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal939770.880.4900.70213.5379.0716.86
Hex9274D5831046d64f11
Octal114711513061010632611721
Binary1001100111100110110110001100010100011011010110100111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09274D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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