#092068

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

Shades of Sapphire #092068

Tints of Sapphire #092068

Color information

#092068 (or 0x092068) is unknown color: approx Sapphire. HEX triplet: 09, 20 and 68. RGB value is (9,32,104). Sum of RGB (Red+Green+Blue) = 9+32+104=145 (19% of max value = 765). Red value is 9 (3.91% from 255 or 6.21% from 145); Green value is 32 (12.89% from 255 or 22.07% from 145); Blue value is 104 (41.02% from 255 or 71.72% from 145); Max value from RGB is 104 - color contains mainly: blue. Hex color #092068 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092068 is #F6DF97. Grayscale: #212121. Windows color (decimal): -16179096 or 6823945. OLE color: 6823945.

HSL color Cylindrical-coordinate representation of color #092068: hue angle of 225.47º 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 #092068 is Cyan = 0.91, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB932104-
CMYK0.910.6900.59
HSL225.47º84.07%22.16%-
HSV(B)225.47º91.35%40.78%-
XYZ3.132.0913.34-
YUV33.33167.88110.65-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 6.21%
GREEN value IS 32 (12.89% from 255) = 22.07%
BLUE value IS 104 (41.02% from 255) = 71.72%
R=6.21%
G=22.07%
B=71.72%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal9321040.910.6900.59225.4784.0722.16
Hex920685B4503Be15416
Octal114015013310507334112426
Binary1001100000110100010110111000101011101111100001101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092068; }

 p { color: rgb(9,32,104); }

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

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

 a { background-color: rgb(9,32,104); }

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

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

 span { border-color: rgb(9,32,104); }

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