#060C8D

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

Shades of Dark Blue #060C8D

Tints of Dark Blue #060C8D

Color information

#060C8D (or 0x060C8D) is unknown color: approx Dark Blue. HEX triplet: 06, 0C and 8D. RGB value is (6,12,141). Sum of RGB (Red+Green+Blue) = 6+12+141=159 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.77% from 159); Green value is 12 (5.08% from 255 or 7.55% from 159); Blue value is 141 (55.47% from 255 or 88.68% from 159); Max value from RGB is 141 - color contains mainly: blue. Hex color #060C8D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060C8D is #F9F372. Grayscale: #181818. Windows color (decimal): -16380787 or 9243654. OLE color: 9243654.

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

Color convert

RGB612141-
CMYK0.960.9100.45
HSL237.33º91.84%28.82%-
HSV(B)237.33º95.74%55.29%-
XYZ5.012.2225.36-
YUV24.91193.51114.51-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.77%
GREEN value IS 12 (5.08% from 255) = 7.55%
BLUE value IS 141 (55.47% from 255) = 88.68%
R=3.77%
G=7.55%
B=88.68%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal6121410.960.9100.45237.3391.8428.82
Hex6C8D605B02Ded5c1d
Octal61421514013305535513435
Binary11011001000110111000001011011010110111101101101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,12,141); }

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

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

 a { background-color: rgb(6,12,141); }

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

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

 span { border-color: rgb(6,12,141); }

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