#09608D

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

Shades of Allports #09608D

Tints of Allports #09608D

Color information

#09608D (or 0x09608D) is unknown color: approx Allports. HEX triplet: 09, 60 and 8D. RGB value is (9,96,141). Sum of RGB (Red+Green+Blue) = 9+96+141=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 96 (37.89% from 255 or 39.02% from 246); Blue value is 141 (55.47% from 255 or 57.32% from 246); Max value from RGB is 141 - color contains mainly: blue. Hex color #09608D is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09608D is #F69F72. Grayscale: #4A4A4A. Windows color (decimal): -16162675 or 9265161. OLE color: 9265161.

HSL color Cylindrical-coordinate representation of color #09608D: hue angle of 200.45º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09608D is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB996141-
CMYK0.940.3200.45
HSL200.45º88%29.41%-
HSV(B)200.45º93.62%55.29%-
XYZ9.110.3526.72-
YUV75.12165.1880.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.66%
GREEN value IS 96 (37.89% from 255) = 39.02%
BLUE value IS 141 (55.47% from 255) = 57.32%
R=3.66%
G=39.02%
B=57.32%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9961410.940.3200.45200.458829.41
Hex9608D5E2002Dc8581d
Octal111402151364005531013035
Binary10011100000100011011011110100000010110111001000101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09608D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09608D; }

 p { color: rgb(9,96,141); }

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

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

 a { background-color: rgb(9,96,141); }

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

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

 span { border-color: rgb(9,96,141); }

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