#092267

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

Shades of Sapphire #092267

Tints of Sapphire #092267

Color information

#092267 (or 0x092267) is unknown color: approx Sapphire. HEX triplet: 09, 22 and 67. RGB value is (9,34,103). Sum of RGB (Red+Green+Blue) = 9+34+103=146 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.16% from 146); Green value is 34 (13.67% from 255 or 23.29% from 146); Blue value is 103 (40.62% from 255 or 70.55% from 146); Max value from RGB is 103 - color contains mainly: blue. Hex color #092267 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092267 is #F6DD98. Grayscale: #222222. Windows color (decimal): -16178585 or 6758921. OLE color: 6758921.

HSL color Cylindrical-coordinate representation of color #092267: hue angle of 224.04º 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 #092267 is Cyan = 0.91, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB934103-
CMYK0.910.6700.60
HSL224.04º83.93%21.96%-
HSV(B)224.04º91.26%40.39%-
XYZ3.132.1813.09-
YUV34.39166.72109.89-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.16%
GREEN value IS 34 (13.67% from 255) = 23.29%
BLUE value IS 103 (40.62% from 255) = 70.55%
R=6.16%
G=23.29%
B=70.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9341030.910.6700.60224.0483.9321.96
Hex922675B4303Ce05416
Octal114214713310307434012426
Binary1001100010110011110110111000011011110011100000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092267; }

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

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

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

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

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

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

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

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