Html Css Color HEX #001794 New Midnight Blue

📋 copy color: '#001794'

red 0 ◦ green 23 ◦ blue 148

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

Shades of New Midnight Blue #001794

Tints of New Midnight Blue #001794

RGB

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

 GREEN value IS 23 (9.38% from 255) = 13.45%

 BLUE value IS 148 (58.2% from 255) = 86.55%

R = 0%
G = 13.45%
B = 86.55%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#001794 (or 0x001794) is known color: New Midnight Blue. HEX triplet: 00, 17 and 94. RGB value is (0,23,148). Sum of RGB (Red+Green+Blue) = 0+23+148=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 148 (58.20% from 255 or 86.55% from 171); Max value from RGB is 148 - color contains mainly: blue. Hex color #001794 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001794 is #FFE86B. Grayscale: #1D1D1D. Windows color (decimal): -16771180 or 9705216. OLE color: 9705216.

HSL color Cylindrical-coordinate representation of color #001794: hue angle of 230.68º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001794 is Cyan = 1, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 23 148 -
CMYK 1 0.84 0 0.42
HSL 230.68º 1% 0.29% -
HSV(B) 230.68º 1% 0.58% -
XYZ 5.65 2.75 28.25 -
YUV 30.37 194.38 106.34 -
System Red Green Blue C M Y K H S L
Decimal 0 23 148 1 0.84 0 0.42 230.68 1 0.29
Hex 0 17 94 64 54 0 2A E7 64 1D
Octal 0 27 224 144 124 0 52 347 144 35
Binary 0 10111 10010100 1100100 1010100 0 101010 11100111 1100100 11101

Color Harmonies of #001794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001794

Black with #001794

Text Example


Text Example

White with #001794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001794; }

 p { color: rgb(0,23,148); }

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

background-color css

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

 a { background-color: rgb(0,23,148); }

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

border-color css

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

 span { border-color: rgb(0,23,148); }

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