Html Css Color HEX #060C8C Dark Blue

📋 copy color: '#060C8C'

red 6 ◦ green 12 ◦ blue 140

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

Shades of Dark Blue #060C8C

Tints of Dark Blue #060C8C

RGB

 RED value IS 6 (2.73% from 255) = 3.8%

 GREEN value IS 12 (5.08% from 255) = 7.59%

 BLUE value IS 140 (55.08% from 255) = 88.61%

R = 3.8%
G = 7.59%
B = 88.61%

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

#060C8C (or 0x060C8C) is known color: Dark Blue. HEX triplet: 06, 0C and 8C. RGB value is (6,12,140). Sum of RGB (Red+Green+Blue) = 6+12+140=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 12 (5.08% from 255 or 7.59% from 158); Blue value is 140 (55.08% from 255 or 88.61% from 158); Max value from RGB is 140 - color contains mainly: blue. Hex color #060C8C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #060C8C is #F9F373. Grayscale: #181818. Windows color (decimal): -16380788 or 9178118. OLE color: 9178118.

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

Color convert

RGB 6 12 140 -
CMYK 0.96 0.91 0 0.45
HSL 237.31º 0.92% 0.29% -
HSV(B) 237.31º 0.96% 0.55% -
XYZ 4.94 2.2 24.97 -
YUV 24.8 193.01 114.59 -
System Red Green Blue C M Y K H S L
Decimal 6 12 140 0.96 0.91 0 0.45 237.31 0.92 0.29
Hex 6 C 8C 60 5B 0 2D ED 5C 1D
Octal 6 14 214 140 133 0 55 355 134 35
Binary 110 1100 10001100 1100000 1011011 0 101101 11101101 1011100 11101

Color Harmonies of #060C8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060C8C

Black with #060C8C

Text Example


Text Example

White with #060C8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #060C8C;
 }
 .AnyTagClassName
 {
   color: #060C8C;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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