#092F69

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

Shades of Sapphire #092F69

Tints of Sapphire #092F69

Color information

#092F69 (or 0x092F69) is unknown color: approx Sapphire. HEX triplet: 09, 2F and 69. RGB value is (9,47,105). Sum of RGB (Red+Green+Blue) = 9+47+105=161 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.59% from 161); Green value is 47 (18.75% from 255 or 29.19% from 161); Blue value is 105 (41.41% from 255 or 65.22% from 161); Max value from RGB is 105 - color contains mainly: blue. Hex color #092F69 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092F69 is #F6D096. Grayscale: #292929. Windows color (decimal): -16175255 or 6893321. OLE color: 6893321.

HSL color Cylindrical-coordinate representation of color #092F69: hue angle of 216.25º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #092F69 is Cyan = 0.91, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB947105-
CMYK0.910.5500.59
HSL216.25º84.21%22.35%-
HSV(B)216.25º91.43%41.18%-
XYZ3.683.1113.77-
YUV42.25163.41104.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.59%
GREEN value IS 47 (18.75% from 255) = 29.19%
BLUE value IS 105 (41.41% from 255) = 65.22%
R=5.59%
G=29.19%
B=65.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9471050.910.5500.59216.2584.2122.35
Hex92F695B3703Bd85416
Octal11571511336707333012426
Binary100110111111010011011011110111011101111011000101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,47,105); }

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

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

 a { background-color: rgb(9,47,105); }

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

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

 span { border-color: rgb(9,47,105); }

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