#09236A

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

Shades of Sapphire #09236A

Tints of Sapphire #09236A

Color information

#09236A (or 0x09236A) is unknown color: approx Sapphire. HEX triplet: 09, 23 and 6A. RGB value is (9,35,106). Sum of RGB (Red+Green+Blue) = 9+35+106=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 35 (14.06% from 255 or 23.33% from 150); Blue value is 106 (41.80% from 255 or 70.67% from 150); Max value from RGB is 106 - color contains mainly: blue. Hex color #09236A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09236A is #F6DC95. Grayscale: #232323. Windows color (decimal): -16178326 or 6955785. OLE color: 6955785.

HSL color Cylindrical-coordinate representation of color #09236A: hue angle of 223.92º degrees, saturation: 0.84, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #09236A is Cyan = 0.92, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB935106-
CMYK0.920.6700.58
HSL223.92º84.35%22.55%-
HSV(B)223.92º91.51%41.57%-
XYZ3.322.313.91-
YUV35.32167.89109.23-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6%
GREEN value IS 35 (14.06% from 255) = 23.33%
BLUE value IS 106 (41.80% from 255) = 70.67%
R=6%
G=23.33%
B=70.67%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal9351060.920.6700.58223.9284.3522.55
Hex9236A5C4303Ae05417
Octal114315213410307234012427
Binary1001100011110101010111001000011011101011100000101010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09236A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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