Html Css Color HEX #00014D Midnight Blue

📋 copy color: '#00014D'

red 0 ◦ green 1 ◦ blue 77

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

Shades of Midnight Blue #00014D

Tints of Midnight Blue #00014D

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 1 (0.78% from 255) = 1.28%

 BLUE value IS 77 (30.47% from 255) = 98.72%

R = 0%
G = 1.28%
B = 98.72%

CMYK

 C value IS 1

 M value IS 0.99

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#00014D (or 0x00014D) is known color: Midnight Blue. HEX triplet: 00, 01 and 4D. RGB value is (0,1,77). Sum of RGB (Red+Green+Blue) = 0+1+77=78 (10% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 78); Green value is 1 (0.78% from 255 or 1.28% from 78); Blue value is 77 (30.47% from 255 or 98.72% from 78); Max value from RGB is 77 - color contains mainly: blue. Hex color #00014D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #00014D is #FFFEB2. Grayscale: #090909. Windows color (decimal): -16776883 or 5046528. OLE color: 5046528.

HSL color Cylindrical-coordinate representation of color #00014D: hue angle of 239.22º degrees, saturation: 1, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00014D is Cyan = 1, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 0 1 77 -
CMYK 1 0.99 0 0.70
HSL 239.22º 1% 0.15% -
HSV(B) 239.22º 1% 0.3% -
XYZ 1.35 0.56 7.06 -
YUV 9.37 166.17 121.32 -
System Red Green Blue C M Y K H S L
Decimal 0 1 77 1 0.99 0 0.70 239.22 1 0.15
Hex 0 1 4D 64 63 0 46 EF 64 F
Octal 0 1 115 144 143 0 106 357 144 17
Binary 0 1 1001101 1100100 1100011 0 1000110 11101111 1100100 1111

Color Harmonies of #00014D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00014D

Black with #00014D

Text Example


Text Example

White with #00014D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,1,77); }

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

background-color css

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

 a { background-color: rgb(0,1,77); }

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

border-color css

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

 span { border-color: rgb(0,1,77); }

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