Html Css Color HEX #060C6A Midnight Blue

📋 copy color: '#060C6A'

red 6 ◦ green 12 ◦ blue 106

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

Shades of Midnight Blue #060C6A

Tints of Midnight Blue #060C6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 85.48%

R = 4.84%
G = 9.68%
B = 85.48%

CMYK

 C value IS 0.94

 M value IS 0.89

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#060C6A (or 0x060C6A) is known color: Midnight Blue. HEX triplet: 06, 0C and 6A. RGB value is (6,12,106). Sum of RGB (Red+Green+Blue) = 6+12+106=124 (16% of max value = 765). Red value is 6 (2.73% from 255 or 4.84% from 124); Green value is 12 (5.08% from 255 or 9.68% from 124); Blue value is 106 (41.80% from 255 or 85.48% from 124); Max value from RGB is 106 - color contains mainly: blue. Hex color #060C6A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060C6A is #F9F395. Grayscale: #141414. Windows color (decimal): -16380822 or 6949894. OLE color: 6949894.

HSL color Cylindrical-coordinate representation of color #060C6A: hue angle of 236.4º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #060C6A is Cyan = 0.94, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 6 12 106 -
CMYK 0.94 0.89 0 0.58
HSL 236.4º 0.89% 0.22% -
HSV(B) 236.4º 0.94% 0.42% -
XYZ 2.81 1.34 13.75 -
YUV 20.92 176.01 117.36 -
System Red Green Blue C M Y K H S L
Decimal 6 12 106 0.94 0.89 0 0.58 236.4 0.89 0.22
Hex 6 C 6A 5E 59 0 3A EC 59 16
Octal 6 14 152 136 131 0 72 354 131 26
Binary 110 1100 1101010 1011110 1011001 0 111010 11101100 1011001 10110

Color Harmonies of #060C6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060C6A

Black with #060C6A

Text Example


Text Example

White with #060C6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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