#09207B

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

Shades of Sapphire #09207B

Tints of Sapphire #09207B

Color information

#09207B (or 0x09207B) is unknown color: approx Sapphire. HEX triplet: 09, 20 and 7B. RGB value is (9,32,123). Sum of RGB (Red+Green+Blue) = 9+32+123=164 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.49% from 164); Green value is 32 (12.89% from 255 or 19.51% from 164); Blue value is 123 (48.44% from 255 or 75% from 164); Max value from RGB is 123 - color contains mainly: blue. Hex color #09207B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09207B is #F6DF84. Grayscale: #232323. Windows color (decimal): -16179077 or 8069129. OLE color: 8069129.

HSL color Cylindrical-coordinate representation of color #09207B: hue angle of 227.89º degrees, saturation: 0.86, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09207B is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB932123-
CMYK0.930.7400.52
HSL227.89º86.36%25.88%-
HSV(B)227.89º92.68%48.24%-
XYZ4.22.5219-
YUV35.5177.38109.1-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.49%
GREEN value IS 32 (12.89% from 255) = 19.51%
BLUE value IS 123 (48.44% from 255) = 75%
R=5.49%
G=19.51%
B=75%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9321230.930.7400.52227.8986.3625.88
Hex9207B5D4A034e4561a
Octal114017313511206434412632
Binary1001100000111101110111011001010011010011100100101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09207B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09207B; }

 p { color: rgb(9,32,123); }

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

<style>
 a { background-color: #09207B; }

 a { background-color: rgb(9,32,123); }

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

<style>
 span { border-color: #09207B; }

 span { border-color: rgb(9,32,123); }

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