Html Css Color HEX #06139B New Midnight Blue

📋 copy color: '#06139B'

red 6 ◦ green 19 ◦ blue 155

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

Shades of New Midnight Blue #06139B

Tints of New Midnight Blue #06139B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 86.11%

R = 3.33%
G = 10.56%
B = 86.11%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#06139B (or 0x06139B) is known color: New Midnight Blue. HEX triplet: 06, 13 and 9B. RGB value is (6,19,155). Sum of RGB (Red+Green+Blue) = 6+19+155=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 19 (7.81% from 255 or 10.56% from 180); Blue value is 155 (60.94% from 255 or 86.11% from 180); Max value from RGB is 155 - color contains mainly: blue. Hex color #06139B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06139B is #F9EC64. Grayscale: #1E1E1E. Windows color (decimal): -16378981 or 10162950. OLE color: 10162950.

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

Color convert

RGB 6 19 155 -
CMYK 0.96 0.88 0 0.39
HSL 234.77º 0.93% 0.32% -
HSV(B) 234.77º 0.96% 0.61% -
XYZ 6.22 2.87 31.24 -
YUV 30.62 198.19 110.44 -
System Red Green Blue C M Y K H S L
Decimal 6 19 155 0.96 0.88 0 0.39 234.77 0.93 0.32
Hex 6 13 9B 60 58 0 27 EB 5D 20
Octal 6 23 233 140 130 0 47 353 135 40
Binary 110 10011 10011011 1100000 1011000 0 100111 11101011 1011101 100000

Color Harmonies of #06139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06139B

Black with #06139B

Text Example


Text Example

White with #06139B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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