#092B7B

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

Shades of Sapphire #092B7B

Tints of Sapphire #092B7B

Color information

#092B7B (or 0x092B7B) is unknown color: approx Sapphire. HEX triplet: 09, 2B and 7B. RGB value is (9,43,123). Sum of RGB (Red+Green+Blue) = 9+43+123=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 43 (17.19% from 255 or 24.57% from 175); Blue value is 123 (48.44% from 255 or 70.29% from 175); Max value from RGB is 123 - color contains mainly: blue. Hex color #092B7B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092B7B is #F6D484. Grayscale: #292929. Windows color (decimal): -16176261 or 8071945. OLE color: 8071945.

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

Color convert

RGB943123-
CMYK0.930.6500.52
HSL222.11º86.36%25.88%-
HSV(B)222.11º92.68%48.24%-
XYZ4.553.2219.12-
YUV41.95173.74104.5-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.14%
GREEN value IS 43 (17.19% from 255) = 24.57%
BLUE value IS 123 (48.44% from 255) = 70.29%
R=5.14%
G=24.57%
B=70.29%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9431230.930.6500.52222.1186.3625.88
Hex92B7B5D41034de561a
Octal115317313510106433612632
Binary1001101011111101110111011000001011010011011110101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092B7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092B7B; }

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

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

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

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

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

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

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

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