#09628B

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

Shades of Allports #09628B

Tints of Allports #09628B

Color information

#09628B (or 0x09628B) is unknown color: approx Allports. HEX triplet: 09, 62 and 8B. RGB value is (9,98,139). Sum of RGB (Red+Green+Blue) = 9+98+139=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 98 (38.67% from 255 or 39.84% from 246); Blue value is 139 (54.69% from 255 or 56.50% from 246); Max value from RGB is 139 - color contains mainly: blue. Hex color #09628B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #09628B is #F69D74. Grayscale: #4B4B4B. Windows color (decimal): -16162165 or 9134601. OLE color: 9134601.

HSL color Cylindrical-coordinate representation of color #09628B: hue angle of 198.92º 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 #09628B is Cyan = 0.94, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB998139-
CMYK0.940.2900.45
HSL198.92º87.84%29.02%-
HSV(B)198.92º93.53%54.51%-
XYZ9.1410.6626-
YUV76.06163.5180.17-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.66%
GREEN value IS 98 (38.67% from 255) = 39.84%
BLUE value IS 139 (54.69% from 255) = 56.50%
R=3.66%
G=39.84%
B=56.50%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal9981390.940.2900.45198.9287.8429.02
Hex9628B5E1D02Dc7581d
Octal111422131363505530713035
Binary1001110001010001011101111011101010110111000111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #09628B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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