#09125A

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

Shades of Sapphire #09125A

Tints of Sapphire #09125A

Color information

#09125A (or 0x09125A) is unknown color: approx Sapphire. HEX triplet: 09, 12 and 5A. RGB value is (9,18,90). Sum of RGB (Red+Green+Blue) = 9+18+90=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 18 (7.42% from 255 or 15.38% from 117); Blue value is 90 (35.55% from 255 or 76.92% from 117); Max value from RGB is 90 - color contains mainly: blue. Hex color #09125A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #09125A is #F6EDA5. Grayscale: #171717. Windows color (decimal): -16182694 or 5902857. OLE color: 5902857.

HSL color Cylindrical-coordinate representation of color #09125A: hue angle of 233.33º degrees, saturation: 0.82, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #09125A is Cyan = 0.9, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB91890-
CMYK0.90.8000.65
HSL233.33º81.82%19.41%-
HSV(B)233.33º90%35.29%-
XYZ2.171.239.8-
YUV23.52165.52117.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 7.69%
GREEN value IS 18 (7.42% from 255) = 15.38%
BLUE value IS 90 (35.55% from 255) = 76.92%
R=7.69%
G=15.38%
B=76.92%

CMYK

C (Cyan) values IS 0.9
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal918900.90.8000.65233.3381.8219.41
Hex9125A5A50041e95213
Octal1122132132120010135112223
Binary1001100101011010101101010100000100000111101001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09125A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09125A; }

 p { color: rgb(9,18,90); }

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

<style>
 a { background-color: #09125A; }

 a { background-color: rgb(9,18,90); }

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

<style>
 span { border-color: #09125A; }

 span { border-color: rgb(9,18,90); }

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