Html Css Color HEX #00149E New Midnight Blue

📋 copy color: '#00149E'

red 0 ◦ green 20 ◦ blue 158

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

Shades of New Midnight Blue #00149E

Tints of New Midnight Blue #00149E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 88.76%

R = 0%
G = 11.24%
B = 88.76%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00149E (or 0x00149E) is known color: New Midnight Blue. HEX triplet: 00, 14 and 9E. RGB value is (0,20,158). Sum of RGB (Red+Green+Blue) = 0+20+158=178 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 158 (62.11% from 255 or 88.76% from 178); Max value from RGB is 158 - color contains mainly: blue. Hex color #00149E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00149E is #FFEB61. Grayscale: #1D1D1D. Windows color (decimal): -16771938 or 10359808. OLE color: 10359808.

HSL color Cylindrical-coordinate representation of color #00149E: hue angle of 232.41º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00149E is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 20 158 -
CMYK 1 0.87 0 0.38
HSL 232.41º 1% 0.31% -
HSV(B) 232.41º 1% 0.62% -
XYZ 6.42 2.97 32.58 -
YUV 29.75 200.37 106.78 -
System Red Green Blue C M Y K H S L
Decimal 0 20 158 1 0.87 0 0.38 232.41 1 0.31
Hex 0 14 9E 64 57 0 26 E8 64 1F
Octal 0 24 236 144 127 0 46 350 144 37
Binary 0 10100 10011110 1100100 1010111 0 100110 11101000 1100100 11111

Color Harmonies of #00149E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00149E

Black with #00149E

Text Example


Text Example

White with #00149E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,20,158); }

 H1.HeaderClassName
 {
   color: #00149E;
 }
 .AnyTagClassName
 {
   color: #00149E;
 }
</style>

background-color css

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

 a { background-color: rgb(0,20,158); }

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

border-color css

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

 span { border-color: rgb(0,20,158); }

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