Html Css Color HEX #011294 New Midnight Blue

📋 copy color: '#011294'

red 1 ◦ green 18 ◦ blue 148

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

Shades of New Midnight Blue #011294

Tints of New Midnight Blue #011294

RGB

 RED value IS 1 (0.78% from 255) = 0.6%

 GREEN value IS 18 (7.42% from 255) = 10.78%

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

R = 0.6%
G = 10.78%
B = 88.62%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#011294 (or 0x011294) is known color: New Midnight Blue. HEX triplet: 01, 12 and 94. RGB value is (1,18,148). Sum of RGB (Red+Green+Blue) = 1+18+148=167 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 167); Green value is 18 (7.42% from 255 or 10.78% from 167); Blue value is 148 (58.20% from 255 or 88.62% from 167); Max value from RGB is 148 - color contains mainly: blue. Hex color #011294 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011294 is #FEED6B. Grayscale: #1B1B1B. Windows color (decimal): -16706924 or 9703937. OLE color: 9703937.

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

Color convert

RGB 1 18 148 -
CMYK 0.99 0.88 0 0.42
HSL 233.06º 0.99% 0.29% -
HSV(B) 233.06º 0.99% 0.58% -
XYZ 5.57 2.58 28.22 -
YUV 27.74 195.87 108.93 -
System Red Green Blue C M Y K H S L
Decimal 1 18 148 0.99 0.88 0 0.42 233.06 0.99 0.29
Hex 1 12 94 63 58 0 2A E9 63 1D
Octal 1 22 224 143 130 0 52 351 143 35
Binary 1 10010 10010100 1100011 1011000 0 101010 11101001 1100011 11101

Color Harmonies of #011294

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011294

Black with #011294

Text Example


Text Example

White with #011294

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011294; }

 p { color: rgb(1,18,148); }

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

background-color css

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

 a { background-color: rgb(1,18,148); }

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

border-color css

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

 span { border-color: rgb(1,18,148); }

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