Html Css Color HEX #001094 New Midnight Blue

📋 copy color: '#001094'

red 0 ◦ green 16 ◦ blue 148

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

Shades of New Midnight Blue #001094

Tints of New Midnight Blue #001094

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.76%

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

R = 0%
G = 9.76%
B = 90.24%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#001094 (or 0x001094) is known color: New Midnight Blue. HEX triplet: 00, 10 and 94. RGB value is (0,16,148). Sum of RGB (Red+Green+Blue) = 0+16+148=164 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 164); Green value is 16 (6.64% from 255 or 9.76% from 164); Blue value is 148 (58.20% from 255 or 90.24% from 164); Max value from RGB is 148 - color contains mainly: blue. Hex color #001094 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001094 is #FFEF6B. Grayscale: #191919. Windows color (decimal): -16772972 or 9703424. OLE color: 9703424.

HSL color Cylindrical-coordinate representation of color #001094: hue angle of 233.51º 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 #001094 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 16 148 -
CMYK 1 0.89 0 0.42
HSL 233.51º 1% 0.29% -
HSV(B) 233.51º 1% 0.58% -
XYZ 5.53 2.51 28.21 -
YUV 26.26 196.7 109.27 -
System Red Green Blue C M Y K H S L
Decimal 0 16 148 1 0.89 0 0.42 233.51 1 0.29
Hex 0 10 94 64 59 0 2A EA 64 1D
Octal 0 20 224 144 131 0 52 352 144 35
Binary 0 10000 10010100 1100100 1011001 0 101010 11101010 1100100 11101

Color Harmonies of #001094

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001094

Black with #001094

Text Example


Text Example

White with #001094

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001094; }

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

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

background-color css

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

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

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

border-color css

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

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

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