#092A7D

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

Shades of Sapphire #092A7D

Tints of Sapphire #092A7D

Color information

#092A7D (or 0x092A7D) is unknown color: approx Sapphire. HEX triplet: 09, 2A and 7D. RGB value is (9,42,125). Sum of RGB (Red+Green+Blue) = 9+42+125=176 (23% of max value = 765). Red value is 9 (3.91% from 255 or 5.11% from 176); Green value is 42 (16.80% from 255 or 23.86% from 176); Blue value is 125 (49.22% from 255 or 71.02% from 176); Max value from RGB is 125 - color contains mainly: blue. Hex color #092A7D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092A7D is #F6D582. Grayscale: #292929. Windows color (decimal): -16176515 or 8202761. OLE color: 8202761.

HSL color Cylindrical-coordinate representation of color #092A7D: hue angle of 222.93º degrees, saturation: 0.87, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092A7D is Cyan = 0.93, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB942125-
CMYK0.930.6600.51
HSL222.93º86.57%26.27%-
HSV(B)222.93º92.8%49.02%-
XYZ4.643.1919.77-
YUV41.6175.07104.75-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.11%
GREEN value IS 42 (16.80% from 255) = 23.86%
BLUE value IS 125 (49.22% from 255) = 71.02%
R=5.11%
G=23.86%
B=71.02%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9421250.930.6600.51222.9386.5726.27
Hex92A7D5D42033df571a
Octal115217513510206333712732
Binary1001101010111110110111011000010011001111011111101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,42,125); }

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

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

 a { background-color: rgb(9,42,125); }

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

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

 span { border-color: rgb(9,42,125); }

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