#09265E

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

Shades of Sapphire #09265E

Tints of Sapphire #09265E

Color information

#09265E (or 0x09265E) is unknown color: approx Sapphire. HEX triplet: 09, 26 and 5E. RGB value is (9,38,94). Sum of RGB (Red+Green+Blue) = 9+38+94=141 (18% of max value = 765). Red value is 9 (3.91% from 255 or 6.38% from 141); Green value is 38 (15.23% from 255 or 26.95% from 141); Blue value is 94 (37.11% from 255 or 66.67% from 141); Max value from RGB is 94 - color contains mainly: blue. Hex color #09265E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09265E is #F6D9A1. Grayscale: #232323. Windows color (decimal): -16177570 or 6170121. OLE color: 6170121.

HSL color Cylindrical-coordinate representation of color #09265E: hue angle of 219.53º degrees, saturation: 0.83, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09265E is Cyan = 0.90, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB93894-
CMYK0.900.6000.63
HSL219.53º82.52%20.2%-
HSV(B)219.53º90.43%36.86%-
XYZ2.832.2510.88-
YUV35.71160.89108.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.38%
GREEN value IS 38 (15.23% from 255) = 26.95%
BLUE value IS 94 (37.11% from 255) = 66.67%
R=6.38%
G=26.95%
B=66.67%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal938940.900.6000.63219.5382.5220.2
Hex9265E5A3C03Fdc5314
Octal11461361327407733412324
Binary100110011010111101011010111100011111111011100101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09265E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,38,94); }

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

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

 a { background-color: rgb(9,38,94); }

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

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

 span { border-color: rgb(9,38,94); }

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