Html Css Color HEX #06139A New Midnight Blue

📋 copy color: '#06139A'

red 6 ◦ green 19 ◦ blue 154

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

Shades of New Midnight Blue #06139A

Tints of New Midnight Blue #06139A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 86.03%

R = 3.35%
G = 10.61%
B = 86.03%

CMYK

 C value IS 0.96

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#06139A (or 0x06139A) is known color: New Midnight Blue. HEX triplet: 06, 13 and 9A. RGB value is (6,19,154). Sum of RGB (Red+Green+Blue) = 6+19+154=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 19 (7.81% from 255 or 10.61% from 179); Blue value is 154 (60.55% from 255 or 86.03% from 179); Max value from RGB is 154 - color contains mainly: blue. Hex color #06139A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06139A is #F9EC65. Grayscale: #1D1D1D. Windows color (decimal): -16378982 or 10097414. OLE color: 10097414.

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

Color convert

RGB 6 19 154 -
CMYK 0.96 0.88 0 0.40
HSL 234.73º 0.93% 0.31% -
HSV(B) 234.73º 0.96% 0.6% -
XYZ 6.14 2.84 30.8 -
YUV 30.5 197.69 110.52 -
System Red Green Blue C M Y K H S L
Decimal 6 19 154 0.96 0.88 0 0.40 234.73 0.93 0.31
Hex 6 13 9A 60 58 0 28 EB 5C 1F
Octal 6 23 232 140 130 0 50 353 134 37
Binary 110 10011 10011010 1100000 1011000 0 101000 11101011 1011100 11111

Color Harmonies of #06139A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06139A

Black with #06139A

Text Example


Text Example

White with #06139A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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