#092C7A

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

Shades of Sapphire #092C7A

Tints of Sapphire #092C7A

Color information

#092C7A (or 0x092C7A) is unknown color: approx Sapphire. HEX triplet: 09, 2C and 7A. RGB value is (9,44,122). Sum of RGB (Red+Green+Blue) = 9+44+122=175 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.14% from 175); Green value is 44 (17.58% from 255 or 25.14% from 175); Blue value is 122 (48.05% from 255 or 69.71% from 175); Max value from RGB is 122 - color contains mainly: blue. Hex color #092C7A is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092C7A is #F6D385. Grayscale: #2A2A2A. Windows color (decimal): -16176006 or 8006665. OLE color: 8006665.

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

Color convert

RGB944122-
CMYK0.930.6400.52
HSL221.42º86.26%25.69%-
HSV(B)221.42º92.62%47.84%-
XYZ4.533.2618.8-
YUV42.43172.9104.16-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.14%
GREEN value IS 44 (17.58% from 255) = 25.14%
BLUE value IS 122 (48.05% from 255) = 69.71%
R=5.14%
G=25.14%
B=69.71%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal9441220.930.6400.52221.4286.2625.69
Hex92C7A5D40034dd561a
Octal115417213510006433512632
Binary1001101100111101010111011000000011010011011101101011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092C7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,44,122); }

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

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

 a { background-color: rgb(9,44,122); }

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

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

 span { border-color: rgb(9,44,122); }

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