#060F8A

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

Shades of Dark Blue #060F8A

Tints of Dark Blue #060F8A

Color information

#060F8A (or 0x060F8A) is unknown color: approx Dark Blue. HEX triplet: 06, 0F and 8A. RGB value is (6,15,138). Sum of RGB (Red+Green+Blue) = 6+15+138=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 15 (6.25% from 255 or 9.43% from 159); Blue value is 138 (54.30% from 255 or 86.79% from 159); Max value from RGB is 138 - color contains mainly: blue. Hex color #060F8A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060F8A is #F9F075. Grayscale: #191919. Windows color (decimal): -16380022 or 9047814. OLE color: 9047814.

HSL color Cylindrical-coordinate representation of color #060F8A: hue angle of 235.91º 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 #060F8A is Cyan = 0.96, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB615138-
CMYK0.960.8900.46
HSL235.91º91.67%28.24%-
HSV(B)235.91º95.65%54.12%-
XYZ4.832.2224.22-
YUV26.33191.02113.5-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.77%
GREEN value IS 15 (6.25% from 255) = 9.43%
BLUE value IS 138 (54.30% from 255) = 86.79%
R=3.77%
G=9.43%
B=86.79%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal6151380.960.8900.46235.9191.6728.24
Hex6F8A605902Eec5c1c
Octal61721214013105635413434
Binary11011111000101011000001011001010111011101100101110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060F8A; }

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

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

<style>
 a { background-color: #060F8A; }

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

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

<style>
 span { border-color: #060F8A; }

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

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