#096292

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

Shades of Allports #096292

Tints of Allports #096292

Color information

#096292 (or 0x096292) is unknown color: approx Allports. HEX triplet: 09, 62 and 92. RGB value is (9,98,146). Sum of RGB (Red+Green+Blue) = 9+98+146=253 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.56% from 253); Green value is 98 (38.67% from 255 or 38.74% from 253); Blue value is 146 (57.42% from 255 or 57.71% from 253); Max value from RGB is 146 - color contains mainly: blue. Hex color #096292 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #096292 is #F69D6D. Grayscale: #4C4C4C. Windows color (decimal): -16162158 or 9593353. OLE color: 9593353.

HSL color Cylindrical-coordinate representation of color #096292: hue angle of 201.02º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #096292 is Cyan = 0.94, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB998146-
CMYK0.940.3300.43
HSL201.02º88.39%30.39%-
HSV(B)201.02º93.84%57.25%-
XYZ9.6710.8728.78-
YUV76.86167.0179.6-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.56%
GREEN value IS 98 (38.67% from 255) = 38.74%
BLUE value IS 146 (57.42% from 255) = 57.71%
R=3.56%
G=38.74%
B=57.71%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9981460.940.3300.43201.0288.3930.39
Hex962925E2102Bc9581e
Octal111422221364105331113036
Binary10011100010100100101011110100001010101111001001101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #096292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #096292; }

 p { color: rgb(9,98,146); }

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

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

 a { background-color: rgb(9,98,146); }

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

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

 span { border-color: rgb(9,98,146); }

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