#08608A

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

Shades of Allports #08608A

Tints of Allports #08608A

Color information

#08608A (or 0x08608A) is unknown color: approx Allports. HEX triplet: 08, 60 and 8A. RGB value is (8,96,138). Sum of RGB (Red+Green+Blue) = 8+96+138=242 (32% of max value = 765). Red value is 8 (3.52% from 255 or 3.31% from 242); Green value is 96 (37.89% from 255 or 39.67% from 242); Blue value is 138 (54.30% from 255 or 57.02% from 242); Max value from RGB is 138 - color contains mainly: blue. Hex color #08608A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #08608A is #F79F75. Grayscale: #4A4A4A. Windows color (decimal): -16228214 or 9068552. OLE color: 9068552.

HSL color Cylindrical-coordinate representation of color #08608A: hue angle of 199.38º degrees, saturation: 0.89, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #08608A is Cyan = 0.94, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB896138-
CMYK0.940.3000.46
HSL199.38º89.04%28.63%-
HSV(B)199.38º94.2%54.12%-
XYZ8.8710.2525.56-
YUV74.48163.8580.58-

RGB Variations

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

RGB

RED value IS 8 (3.52% from 255) = 3.31%
GREEN value IS 96 (37.89% from 255) = 39.67%
BLUE value IS 138 (54.30% from 255) = 57.02%
R=3.31%
G=39.67%
B=57.02%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal8961380.940.3000.46199.3889.0428.63
Hex8608A5E1E02Ec7591d
Octal101402121363605630713135
Binary1000110000010001010101111011110010111011000111101100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #08608A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #08608A; }

 p { color: rgb(8,96,138); }

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

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

 a { background-color: rgb(8,96,138); }

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

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

 span { border-color: rgb(8,96,138); }

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