#092D6F

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

Shades of Sapphire #092D6F

Tints of Sapphire #092D6F

Color information

#092D6F (or 0x092D6F) is unknown color: approx Sapphire. HEX triplet: 09, 2D and 6F. RGB value is (9,45,111). Sum of RGB (Red+Green+Blue) = 9+45+111=165 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.45% from 165); Green value is 45 (17.97% from 255 or 27.27% from 165); Blue value is 111 (43.75% from 255 or 67.27% from 165); Max value from RGB is 111 - color contains mainly: blue. Hex color #092D6F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D6F is #F6D290. Grayscale: #292929. Windows color (decimal): -16175761 or 7286025. OLE color: 7286025.

HSL color Cylindrical-coordinate representation of color #092D6F: hue angle of 218.82º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #092D6F is Cyan = 0.92, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB945111-
CMYK0.920.5900.56
HSL218.82º85%23.53%-
HSV(B)218.82º91.89%43.53%-
XYZ3.923.0815.43-
YUV41.76167.07104.63-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.45%
GREEN value IS 45 (17.97% from 255) = 27.27%
BLUE value IS 111 (43.75% from 255) = 67.27%
R=5.45%
G=27.27%
B=67.27%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal9451110.920.5900.56218.828523.53
Hex92D6F5C3B038db5518
Octal11551571347307033312530
Binary100110110111011111011100111011011100011011011101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,45,111); }

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

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

 a { background-color: rgb(9,45,111); }

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

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

 span { border-color: rgb(9,45,111); }

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