Html Css Color HEX #060C5D Midnight Blue

📋 copy color: '#060C5D'

red 6 ◦ green 12 ◦ blue 93

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

Shades of Midnight Blue #060C5D

Tints of Midnight Blue #060C5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 83.78%

R = 5.41%
G = 10.81%
B = 83.78%

CMYK

 C value IS 0.94

 M value IS 0.87

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#060C5D (or 0x060C5D) is known color: Midnight Blue. HEX triplet: 06, 0C and 5D. RGB value is (6,12,93). Sum of RGB (Red+Green+Blue) = 6+12+93=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 12 (5.08% from 255 or 10.81% from 111); Blue value is 93 (36.72% from 255 or 83.78% from 111); Max value from RGB is 93 - color contains mainly: blue. Hex color #060C5D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060C5D is #F9F3A2. Grayscale: #131313. Windows color (decimal): -16380835 or 6097926. OLE color: 6097926.

HSL color Cylindrical-coordinate representation of color #060C5D: hue angle of 235.86º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #060C5D is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 6 12 93 -
CMYK 0.94 0.87 0 0.64
HSL 235.86º 0.88% 0.19% -
HSV(B) 235.86º 0.94% 0.36% -
XYZ 2.18 1.09 10.45 -
YUV 19.44 169.51 118.41 -
System Red Green Blue C M Y K H S L
Decimal 6 12 93 0.94 0.87 0 0.64 235.86 0.88 0.19
Hex 6 C 5D 5E 57 0 40 EC 58 13
Octal 6 14 135 136 127 0 100 354 130 23
Binary 110 1100 1011101 1011110 1010111 0 1000000 11101100 1011000 10011

Color Harmonies of #060C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060C5D

Black with #060C5D

Text Example


Text Example

White with #060C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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