Html Css Color HEX #06149F New Midnight Blue

📋 copy color: '#06149F'

red 6 ◦ green 20 ◦ blue 159

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

Shades of New Midnight Blue #06149F

Tints of New Midnight Blue #06149F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 10.81%

 BLUE value IS 159 (62.5% from 255) = 85.95%

R = 3.24%
G = 10.81%
B = 85.95%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#06149F (or 0x06149F) is known color: New Midnight Blue. HEX triplet: 06, 14 and 9F. RGB value is (6,20,159). Sum of RGB (Red+Green+Blue) = 6+20+159=185 (24% of max value = 765). Red value is 6 (2.73% from 255 or 3.24% from 185); Green value is 20 (8.20% from 255 or 10.81% from 185); Blue value is 159 (62.5% from 255 or 85.95% from 185); Max value from RGB is 159 - color contains mainly: blue. Hex color #06149F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06149F is #F9EB60. Grayscale: #1F1F1F. Windows color (decimal): -16378721 or 10425350. OLE color: 10425350.

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

Color convert

RGB 6 20 159 -
CMYK 0.96 0.87 0 0.38
HSL 234.51º 0.93% 0.32% -
HSV(B) 234.51º 0.96% 0.62% -
XYZ 6.58 3.04 33.04 -
YUV 31.66 199.86 109.7 -
System Red Green Blue C M Y K H S L
Decimal 6 20 159 0.96 0.87 0 0.38 234.51 0.93 0.32
Hex 6 14 9F 60 57 0 26 EB 5D 20
Octal 6 24 237 140 127 0 46 353 135 40
Binary 110 10100 10011111 1100000 1010111 0 100110 11101011 1011101 100000

Color Harmonies of #06149F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06149F

Black with #06149F

Text Example


Text Example

White with #06149F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06149F; }

 p { color: rgb(6,20,159); }

 H1.HeaderClassName
 {
   color: #06149F;
 }
 .AnyTagClassName
 {
   color: #06149F;
 }
</style>

background-color css

<style>
 a { background-color: #06149F; }

 a { background-color: rgb(6,20,159); }

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

border-color css

<style>
 span { border-color: #06149F; }

 span { border-color: rgb(6,20,159); }

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