#092278

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

Shades of Sapphire #092278

Tints of Sapphire #092278

Color information

#092278 (or 0x092278) is unknown color: approx Sapphire. HEX triplet: 09, 22 and 78. RGB value is (9,34,120). Sum of RGB (Red+Green+Blue) = 9+34+120=163 (21% of max value = 765). Red value is 9 (3.91% from 255 or 5.52% from 163); Green value is 34 (13.67% from 255 or 20.86% from 163); Blue value is 120 (47.27% from 255 or 73.62% from 163); Max value from RGB is 120 - color contains mainly: blue. Hex color #092278 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #092278 is #F6DD87. Grayscale: #232323. Windows color (decimal): -16178568 or 7873033. OLE color: 7873033.

HSL color Cylindrical-coordinate representation of color #092278: hue angle of 226.49º 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 #092278 is Cyan = 0.92, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB934120-
CMYK0.920.7200.53
HSL226.49º86.05%25.29%-
HSV(B)226.49º92.5%47.06%-
XYZ4.072.5618.05-
YUV36.33175.22108.51-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 5.52%
GREEN value IS 34 (13.67% from 255) = 20.86%
BLUE value IS 120 (47.27% from 255) = 73.62%
R=5.52%
G=20.86%
B=73.62%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9341200.920.7200.53226.4986.0525.29
Hex922785C48035e25619
Octal114217013411006534212631
Binary1001100010111100010111001001000011010111100010101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #092278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #092278; }

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

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

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

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

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

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

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

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