#060B8E

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

Shades of Dark Blue #060B8E

Tints of Dark Blue #060B8E

Color information

#060B8E (or 0x060B8E) is unknown color: approx Dark Blue. HEX triplet: 06, 0B and 8E. RGB value is (6,11,142). Sum of RGB (Red+Green+Blue) = 6+11+142=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 11 (4.69% from 255 or 6.92% from 159); Blue value is 142 (55.86% from 255 or 89.31% from 159); Max value from RGB is 142 - color contains mainly: blue. Hex color #060B8E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060B8E is #F9F471. Grayscale: #171717. Windows color (decimal): -16381042 or 9308934. OLE color: 9308934.

HSL color Cylindrical-coordinate representation of color #060B8E: hue angle of 237.79º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #060B8E is Cyan = 0.96, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB611142-
CMYK0.960.9200.44
HSL237.79º91.89%29.02%-
HSV(B)237.79º95.77%55.69%-
XYZ5.082.2325.75-
YUV24.44194.34114.85-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.77%
GREEN value IS 11 (4.69% from 255) = 6.92%
BLUE value IS 142 (55.86% from 255) = 89.31%
R=3.77%
G=6.92%
B=89.31%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal6111420.960.9200.44237.7991.8929.02
Hex6B8E605C02Cee5c1d
Octal61321614013405435613435
Binary11010111000111011000001011100010110011101110101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,11,142); }

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

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

 a { background-color: rgb(6,11,142); }

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

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

 span { border-color: rgb(6,11,142); }

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