#09277B

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

Shades of Sapphire #09277B

Tints of Sapphire #09277B

Color information

#09277B (or 0x09277B) is unknown color: approx Sapphire. HEX triplet: 09, 27 and 7B. RGB value is (9,39,123). Sum of RGB (Red+Green+Blue) = 9+39+123=171 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.26% from 171); Green value is 39 (15.62% from 255 or 22.81% from 171); Blue value is 123 (48.44% from 255 or 71.93% from 171); Max value from RGB is 123 - color contains mainly: blue. Hex color #09277B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #09277B is #F6D884. Grayscale: #272727. Windows color (decimal): -16177285 or 8070921. OLE color: 8070921.

HSL color Cylindrical-coordinate representation of color #09277B: hue angle of 224.21º 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 #09277B is Cyan = 0.93, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB939123-
CMYK0.930.6800.52
HSL224.21º86.36%25.88%-
HSV(B)224.21º92.68%48.24%-
XYZ4.412.9419.07-
YUV39.61175.06106.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.26%
GREEN value IS 39 (15.62% from 255) = 22.81%
BLUE value IS 123 (48.44% from 255) = 71.93%
R=5.26%
G=22.81%
B=71.93%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9391230.930.6800.52224.2186.3625.88
Hex9277B5D44034e0561a
Octal114717313510406434012632
Binary1001100111111101110111011000100011010011100000101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09277B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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