Html Css Color HEX #060C8D Dark Blue

📋 copy color: '#060C8D'

red 6 ◦ green 12 ◦ blue 141

#060C8D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Blue #060C8D

Tints of Dark Blue #060C8D

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 value IS 0.96

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#060C8D (or 0x060C8D) is known color: 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

RGB 6 12 141 -
CMYK 0.96 0.91 0 0.45
HSL 237.33º 0.92% 0.29% -
HSV(B) 237.33º 0.96% 0.55% -
XYZ 5.01 2.22 25.36 -
YUV 24.91 193.51 114.51 -
System Red Green Blue C M Y K H S L
Decimal 6 12 141 0.96 0.91 0 0.45 237.33 0.92 0.29
Hex 6 C 8D 60 5B 0 2D ED 5C 1D
Octal 6 14 215 140 133 0 55 355 134 35
Binary 110 1100 10001101 1100000 1011011 0 101101 11101101 1011100 11101

Color Harmonies of #060C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060C8D

Black with #060C8D

Text Example


Text Example

White with #060C8D

Text Example


Text Example

HTML Codes & Css Web 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>