Html Css Color HEX #06149A New Midnight Blue

📋 copy color: '#06149A'

red 6 ◦ green 20 ◦ blue 154

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

Shades of New Midnight Blue #06149A

Tints of New Midnight Blue #06149A

RGB

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

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

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

R = 3.33%
G = 11.11%
B = 85.56%

CMYK

 C value IS 0.96

 M value IS 0.87

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#06149A (or 0x06149A) is known color: New Midnight Blue. HEX triplet: 06, 14 and 9A. RGB value is (6,20,154). Sum of RGB (Red+Green+Blue) = 6+20+154=180 (23% of max value = 765). Red value is 6 (2.73% from 255 or 3.33% from 180); Green value is 20 (8.20% from 255 or 11.11% from 180); Blue value is 154 (60.55% from 255 or 85.56% from 180); Max value from RGB is 154 - color contains mainly: blue. Hex color #06149A is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #06149A is #F9EB65. Grayscale: #1E1E1E. Windows color (decimal): -16378726 or 10097670. OLE color: 10097670.

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

Color convert

RGB 6 20 154 -
CMYK 0.96 0.87 0 0.40
HSL 234.32º 0.93% 0.31% -
HSV(B) 234.32º 0.96% 0.6% -
XYZ 6.16 2.87 30.8 -
YUV 31.09 197.36 110.1 -
System Red Green Blue C M Y K H S L
Decimal 6 20 154 0.96 0.87 0 0.40 234.32 0.93 0.31
Hex 6 14 9A 60 57 0 28 EA 5C 1F
Octal 6 24 232 140 127 0 50 352 134 37
Binary 110 10100 10011010 1100000 1010111 0 101000 11101010 1011100 11111

Color Harmonies of #06149A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06149A

Black with #06149A

Text Example


Text Example

White with #06149A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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