Html Css Color HEX #06146D Midnight Blue

📋 copy color: '#06146D'

red 6 ◦ green 20 ◦ blue 109

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

Shades of Midnight Blue #06146D

Tints of Midnight Blue #06146D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 14.81%

 BLUE value IS 109 (42.97% from 255) = 80.74%

R = 4.44%
G = 14.81%
B = 80.74%

CMYK

 C value IS 0.94

 M value IS 0.82

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#06146D (or 0x06146D) is known color: Midnight Blue. HEX triplet: 06, 14 and 6D. RGB value is (6,20,109). Sum of RGB (Red+Green+Blue) = 6+20+109=135 (17% of max value = 765). Red value is 6 (2.73% from 255 or 4.44% from 135); Green value is 20 (8.20% from 255 or 14.81% from 135); Blue value is 109 (42.97% from 255 or 80.74% from 135); Max value from RGB is 109 - color contains mainly: blue. Hex color #06146D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #06146D is #F9EB92. Grayscale: #191919. Windows color (decimal): -16378771 or 7148550. OLE color: 7148550.

HSL color Cylindrical-coordinate representation of color #06146D: hue angle of 231.84º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #06146D is Cyan = 0.94, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 6 20 109 -
CMYK 0.94 0.82 0 0.57
HSL 231.84º 0.9% 0.23% -
HSV(B) 231.84º 0.94% 0.43% -
XYZ 3.09 1.64 14.62 -
YUV 25.96 174.86 113.76 -
System Red Green Blue C M Y K H S L
Decimal 6 20 109 0.94 0.82 0 0.57 231.84 0.9 0.23
Hex 6 14 6D 5E 52 0 39 E8 5A 17
Octal 6 24 155 136 122 0 71 350 132 27
Binary 110 10100 1101101 1011110 1010010 0 111001 11101000 1011010 10111

Color Harmonies of #06146D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06146D

Black with #06146D

Text Example


Text Example

White with #06146D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06146D; }

 p { color: rgb(6,20,109); }

 H1.HeaderClassName
 {
   color: #06146D;
 }
 .AnyTagClassName
 {
   color: #06146D;
 }
</style>

background-color css

<style>
 a { background-color: #06146D; }

 a { background-color: rgb(6,20,109); }

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

border-color css

<style>
 span { border-color: #06146D; }

 span { border-color: rgb(6,20,109); }

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