Html Css Color HEX #060A4D Midnight Blue

📋 copy color: '#060A4D'

red 6 ◦ green 10 ◦ blue 77

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

Shades of Midnight Blue #060A4D

Tints of Midnight Blue #060A4D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 10.75%

 BLUE value IS 77 (30.47% from 255) = 82.8%

R = 6.45%
G = 10.75%
B = 82.8%

CMYK

 C value IS 0.92

 M value IS 0.87

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#060A4D (or 0x060A4D) is known color: Midnight Blue. HEX triplet: 06, 0A and 4D. RGB value is (6,10,77). Sum of RGB (Red+Green+Blue) = 6+10+77=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 10 (4.30% from 255 or 10.75% from 93); Blue value is 77 (30.47% from 255 or 82.80% from 93); Max value from RGB is 77 - color contains mainly: blue. Hex color #060A4D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #060A4D is #F9F5B2. Grayscale: #101010. Windows color (decimal): -16381363 or 5048838. OLE color: 5048838.

HSL color Cylindrical-coordinate representation of color #060A4D: hue angle of 236.62º degrees, saturation: 0.86, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #060A4D is Cyan = 0.92, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 6 10 77 -
CMYK 0.92 0.87 0 0.70
HSL 236.62º 0.86% 0.16% -
HSV(B) 236.62º 0.92% 0.3% -
XYZ 1.52 0.79 7.09 -
YUV 16.44 162.17 120.55 -
System Red Green Blue C M Y K H S L
Decimal 6 10 77 0.92 0.87 0 0.70 236.62 0.86 0.16
Hex 6 A 4D 5C 57 0 46 ED 56 10
Octal 6 12 115 134 127 0 106 355 126 20
Binary 110 1010 1001101 1011100 1010111 0 1000110 11101101 1010110 10000

Color Harmonies of #060A4D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #060A4D

Black with #060A4D

Text Example


Text Example

White with #060A4D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,10,77); }

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

background-color css

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

 a { background-color: rgb(6,10,77); }

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

border-color css

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

 span { border-color: rgb(6,10,77); }

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