Html Css Color HEX #06129B New Midnight Blue

📋 copy color: '#06129B'

red 6 ◦ green 18 ◦ blue 155

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

Shades of New Midnight Blue #06129B

Tints of New Midnight Blue #06129B

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.06%

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

R = 3.35%
G = 10.06%
B = 86.59%

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

#06129B (or 0x06129B) is known color: New Midnight Blue. HEX triplet: 06, 12 and 9B. RGB value is (6,18,155). Sum of RGB (Red+Green+Blue) = 6+18+155=179 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.35% from 179); Green value is 18 (7.42% from 255 or 10.06% from 179); Blue value is 155 (60.94% from 255 or 86.59% from 179); Max value from RGB is 155 - color contains mainly: blue. Hex color #06129B is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06129B is #F9ED64. Grayscale: #1D1D1D. Windows color (decimal): -16379237 or 10162694. OLE color: 10162694.

HSL color Cylindrical-coordinate representation of color #06129B: hue angle of 235.17º 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 #06129B is Cyan = 0.96, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 6 18 155 -
CMYK 0.96 0.88 0 0.39
HSL 235.17º 0.93% 0.32% -
HSV(B) 235.17º 0.96% 0.61% -
XYZ 6.21 2.84 31.23 -
YUV 30.03 198.52 110.86 -
System Red Green Blue C M Y K H S L
Decimal 6 18 155 0.96 0.88 0 0.39 235.17 0.93 0.32
Hex 6 12 9B 60 58 0 27 EB 5D 20
Octal 6 22 233 140 130 0 47 353 135 40
Binary 110 10010 10011011 1100000 1011000 0 100111 11101011 1011101 100000

Color Harmonies of #06129B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06129B

Black with #06129B

Text Example


Text Example

White with #06129B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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