Html Css Color HEX #06139D New Midnight Blue

📋 copy color: '#06139D'

red 6 ◦ green 19 ◦ blue 157

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

Shades of New Midnight Blue #06139D

Tints of New Midnight Blue #06139D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 10.44%

 BLUE value IS 157 (61.72% from 255) = 86.26%

R = 3.3%
G = 10.44%
B = 86.26%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#06139D (or 0x06139D) is known color: New Midnight Blue. HEX triplet: 06, 13 and 9D. RGB value is (6,19,157). Sum of RGB (Red+Green+Blue) = 6+19+157=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 19 (7.81% from 255 or 10.44% from 182); Blue value is 157 (61.72% from 255 or 86.26% from 182); Max value from RGB is 157 - color contains mainly: blue. Hex color #06139D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06139D is #F9EC62. Grayscale: #1E1E1E. Windows color (decimal): -16378979 or 10294022. OLE color: 10294022.

HSL color Cylindrical-coordinate representation of color #06139D: hue angle of 234.83º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #06139D is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 6 19 157 -
CMYK 0.96 0.88 0 0.38
HSL 234.83º 0.93% 0.32% -
HSV(B) 234.83º 0.96% 0.62% -
XYZ 6.39 2.94 32.13 -
YUV 30.85 199.19 110.28 -
System Red Green Blue C M Y K H S L
Decimal 6 19 157 0.96 0.88 0 0.38 234.83 0.93 0.32
Hex 6 13 9D 60 58 0 26 EB 5D 20
Octal 6 23 235 140 130 0 46 353 135 40
Binary 110 10011 10011101 1100000 1011000 0 100110 11101011 1011101 100000

Color Harmonies of #06139D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06139D

Black with #06139D

Text Example


Text Example

White with #06139D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,19,157); }

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

background-color css

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

 a { background-color: rgb(6,19,157); }

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

border-color css

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

 span { border-color: rgb(6,19,157); }

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