Html Css Color HEX #06129D New Midnight Blue

📋 copy color: '#06129D'

red 6 ◦ green 18 ◦ blue 157

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

Shades of New Midnight Blue #06129D

Tints of New Midnight Blue #06129D

RGB

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

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

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

R = 3.31%
G = 9.94%
B = 86.74%

CMYK

 C value IS 0.96

 M value IS 0.89

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#06129D (or 0x06129D) is known color: New Midnight Blue. HEX triplet: 06, 12 and 9D. RGB value is (6,18,157). Sum of RGB (Red+Green+Blue) = 6+18+157=181 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.31% from 181); Green value is 18 (7.42% from 255 or 9.94% from 181); Blue value is 157 (61.72% from 255 or 86.74% from 181); Max value from RGB is 157 - color contains mainly: blue. Hex color #06129D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06129D is #F9ED62. Grayscale: #1D1D1D. Windows color (decimal): -16379235 or 10293766. OLE color: 10293766.

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

Color convert

RGB 6 18 157 -
CMYK 0.96 0.89 0 0.38
HSL 235.23º 0.93% 0.32% -
HSV(B) 235.23º 0.96% 0.62% -
XYZ 6.38 2.91 32.12 -
YUV 30.26 199.52 110.7 -
System Red Green Blue C M Y K H S L
Decimal 6 18 157 0.96 0.89 0 0.38 235.23 0.93 0.32
Hex 6 12 9D 60 59 0 26 EB 5D 20
Octal 6 22 235 140 131 0 46 353 135 40
Binary 110 10010 10011101 1100000 1011001 0 100110 11101011 1011101 100000

Color Harmonies of #06129D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06129D

Black with #06129D

Text Example


Text Example

White with #06129D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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