#09628F

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

Shades of Allports #09628F

Tints of Allports #09628F

Color information

#09628F (or 0x09628F) is unknown color: approx Allports. HEX triplet: 09, 62 and 8F. RGB value is (9,98,143). Sum of RGB (Red+Green+Blue) = 9+98+143=250 (33% of max value = 765). Red value is 9 (3.91% from 255 or 3.6% from 250); Green value is 98 (38.67% from 255 or 39.2% from 250); Blue value is 143 (56.25% from 255 or 57.2% from 250); Max value from RGB is 143 - color contains mainly: blue. Hex color #09628F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09628F is #F69D70. Grayscale: #4C4C4C. Windows color (decimal): -16162161 or 9396745. OLE color: 9396745.

HSL color Cylindrical-coordinate representation of color #09628F: hue angle of 200.15º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #09628F is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB998143-
CMYK0.940.3100.44
HSL200.15º88.16%29.8%-
HSV(B)200.15º93.71%56.08%-
XYZ9.4410.7827.57-
YUV76.52165.5179.84-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.6%
GREEN value IS 98 (38.67% from 255) = 39.2%
BLUE value IS 143 (56.25% from 255) = 57.2%
R=3.6%
G=39.2%
B=57.2%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9981430.940.3100.44200.1588.1629.8
Hex9628F5E1F02Cc8581e
Octal111422171363705431013036
Binary1001110001010001111101111011111010110011001000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09628F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #09628F; }

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

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

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

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

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

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

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

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