#092667

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

Shades of Sapphire #092667

Tints of Sapphire #092667

Color information

#092667 (or 0x092667) is unknown color: approx Sapphire. HEX triplet: 09, 26 and 67. RGB value is (9,38,103). Sum of RGB (Red+Green+Blue) = 9+38+103=150 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6% from 150); Green value is 38 (15.23% from 255 or 25.33% from 150); Blue value is 103 (40.62% from 255 or 68.67% from 150); Max value from RGB is 103 - color contains mainly: blue. Hex color #092667 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092667 is #F6D998. Grayscale: #242424. Windows color (decimal): -16177561 or 6759945. OLE color: 6759945.

HSL color Cylindrical-coordinate representation of color #092667: hue angle of 221.49º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092667 is Cyan = 0.91, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB938103-
CMYK0.910.6300.60
HSL221.49º83.93%21.96%-
HSV(B)221.49º91.26%40.39%-
XYZ3.252.4213.13-
YUV36.74165.39108.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6%
GREEN value IS 38 (15.23% from 255) = 25.33%
BLUE value IS 103 (40.62% from 255) = 68.67%
R=6%
G=25.33%
B=68.67%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9381030.910.6300.60221.4983.9321.96
Hex926675B3F03Cdd5416
Octal11461471337707433512426
Binary100110011011001111011011111111011110011011101101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092667

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092667; }

 p { color: rgb(9,38,103); }

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

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

 a { background-color: rgb(9,38,103); }

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

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

 span { border-color: rgb(9,38,103); }

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