#06129E

Color #06129E New Midnight Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New Midnight Blue #06129E

Tints of New Midnight Blue #06129E

Color information

#06129E (or 0x06129E) is unknown color: approx New Midnight Blue. HEX triplet: 06, 12 and 9E. RGB value is (6,18,158). Sum of RGB (Red+Green+Blue) = 6+18+158=182 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.30% from 182); Green value is 18 (7.42% from 255 or 9.89% from 182); Blue value is 158 (62.11% from 255 or 86.81% from 182); Max value from RGB is 158 - color contains mainly: blue. Hex color #06129E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06129E is #F9ED61. Grayscale: #1D1D1D. Windows color (decimal): -16379234 or 10359302. OLE color: 10359302.

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

Color convert

RGB618158-
CMYK0.960.8900.38
HSL235.26º92.68%32.16%-
HSV(B)235.26º96.2%61.96%-
XYZ6.462.9432.57-
YUV30.37200.02110.62-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.30%
GREEN value IS 18 (7.42% from 255) = 9.89%
BLUE value IS 158 (62.11% from 255) = 86.81%
R=3.30%
G=9.89%
B=86.81%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal6181580.960.8900.38235.2692.6832.16
Hex6129E6059026eb5d20
Octal62223614013104635313540
Binary1101001010011110110000010110010100110111010111011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06129E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #06129E;
 }
 .AnyTagClassName
 {
   color: #06129E;
 }
</style>
background-color css

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

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

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

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

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

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