#092D67

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

Shades of Sapphire #092D67

Tints of Sapphire #092D67

Color information

#092D67 (or 0x092D67) is unknown color: approx Sapphire. HEX triplet: 09, 2D and 67. RGB value is (9,45,103). Sum of RGB (Red+Green+Blue) = 9+45+103=157 (20% of max value = 765). Red value is 9 (3.91% from 255 or 5.73% from 157); Green value is 45 (17.97% from 255 or 28.66% from 157); Blue value is 103 (40.62% from 255 or 65.61% from 157); Max value from RGB is 103 - color contains mainly: blue. Hex color #092D67 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092D67 is #F6D298. Grayscale: #282828. Windows color (decimal): -16175769 or 6761737. OLE color: 6761737.

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

Color convert

RGB945103-
CMYK0.910.5600.60
HSL217.02º83.93%21.96%-
HSV(B)217.02º91.26%40.39%-
XYZ3.52.9113.21-
YUV40.85163.07105.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.73%
GREEN value IS 45 (17.97% from 255) = 28.66%
BLUE value IS 103 (40.62% from 255) = 65.61%
R=5.73%
G=28.66%
B=65.61%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal9451030.910.5600.60217.0283.9321.96
Hex92D675B3803Cd95416
Octal11551471337007433112426
Binary100110110111001111011011111000011110011011001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092D67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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