#06088A

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

Shades of Dark Blue #06088A

Tints of Dark Blue #06088A

Color information

#06088A (or 0x06088A) is unknown color: approx Dark Blue. HEX triplet: 06, 08 and 8A. RGB value is (6,8,138). Sum of RGB (Red+Green+Blue) = 6+8+138=152 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.95% from 152); Green value is 8 (3.52% from 255 or 5.26% from 152); Blue value is 138 (54.30% from 255 or 90.79% from 152); Max value from RGB is 138 - color contains mainly: blue. Hex color #06088A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06088A is #F9F775. Grayscale: #151515. Windows color (decimal): -16381814 or 9046022. OLE color: 9046022.

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

Color convert

RGB68138-
CMYK0.960.9400.46
HSL239.09º91.67%28.24%-
HSV(B)239.09º95.65%54.12%-
XYZ4.752.0524.19-
YUV22.22193.34116.43-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.95%
GREEN value IS 8 (3.52% from 255) = 5.26%
BLUE value IS 138 (54.30% from 255) = 90.79%
R=3.95%
G=5.26%
B=90.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal681380.960.9400.46239.0991.6728.24
Hex688A605E02Eef5c1c
Octal61021214013605635713434
Binary11010001000101011000001011110010111011101111101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06088A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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