#092678

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

Shades of Sapphire #092678

Tints of Sapphire #092678

Color information

#092678 (or 0x092678) is unknown color: approx Sapphire. HEX triplet: 09, 26 and 78. RGB value is (9,38,120). Sum of RGB (Red+Green+Blue) = 9+38+120=167 (22% of max value = 765). Red value is 9 (3.91% from 255 or 5.39% from 167); Green value is 38 (15.23% from 255 or 22.75% from 167); Blue value is 120 (47.27% from 255 or 71.86% from 167); Max value from RGB is 120 - color contains mainly: blue. Hex color #092678 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092678 is #F6D987. Grayscale: #262626. Windows color (decimal): -16177544 or 7874057. OLE color: 7874057.

HSL color Cylindrical-coordinate representation of color #092678: hue angle of 224.32º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #092678 is Cyan = 0.92, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB938120-
CMYK0.920.6800.53
HSL224.32º86.05%25.29%-
HSV(B)224.32º92.5%47.06%-
XYZ4.22.818.09-
YUV38.68173.89106.83-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.39%
GREEN value IS 38 (15.23% from 255) = 22.75%
BLUE value IS 120 (47.27% from 255) = 71.86%
R=5.39%
G=22.75%
B=71.86%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9381200.920.6800.53224.3286.0525.29
Hex926785C44035e05619
Octal114617013410406534012631
Binary1001100110111100010111001000100011010111100000101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092678

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092678; }

 p { color: rgb(9,38,120); }

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

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

 a { background-color: rgb(9,38,120); }

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

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

 span { border-color: rgb(9,38,120); }

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