#09217E

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

Shades of Sapphire #09217E

Tints of Sapphire #09217E

Color information

#09217E (or 0x09217E) is unknown color: approx Sapphire. HEX triplet: 09, 21 and 7E. RGB value is (9,33,126). Sum of RGB (Red+Green+Blue) = 9+33+126=168 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.36% from 168); Green value is 33 (13.28% from 255 or 19.64% from 168); Blue value is 126 (49.61% from 255 or 75% from 168); Max value from RGB is 126 - color contains mainly: blue. Hex color #09217E is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09217E is #F6DE81. Grayscale: #242424. Windows color (decimal): -16178818 or 8265993. OLE color: 8265993.

HSL color Cylindrical-coordinate representation of color #09217E: hue angle of 227.69º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #09217E is Cyan = 0.93, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB933126-
CMYK0.930.7400.51
HSL227.69º86.67%26.47%-
HSV(B)227.69º92.86%49.41%-
XYZ4.422.6520.02-
YUV36.43178.55108.44-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.36%
GREEN value IS 33 (13.28% from 255) = 19.64%
BLUE value IS 126 (49.61% from 255) = 75%
R=5.36%
G=19.64%
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.51
SystemRedGreenBlueCMYKHSL
Decimal9331260.930.7400.51227.6986.6726.47
Hex9217E5D4A033e4571a
Octal114117613511206334412732
Binary1001100001111111010111011001010011001111100100101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09217E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,33,126); }

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

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

 a { background-color: rgb(9,33,126); }

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

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

 span { border-color: rgb(9,33,126); }

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