Html Css Color HEX #010394 New Midnight Blue

📋 copy color: '#010394'

red 1 ◦ green 3 ◦ blue 148

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

Shades of New Midnight Blue #010394

Tints of New Midnight Blue #010394

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.97%

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

R = 0.66%
G = 1.97%
B = 97.37%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#010394 (or 0x010394) is known color: New Midnight Blue. HEX triplet: 01, 03 and 94. RGB value is (1,3,148). Sum of RGB (Red+Green+Blue) = 1+3+148=152 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.66% from 152); Green value is 3 (1.56% from 255 or 1.97% from 152); Blue value is 148 (58.20% from 255 or 97.37% from 152); Max value from RGB is 148 - color contains mainly: blue. Hex color #010394 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010394 is #FEFC6B. Grayscale: #121212. Windows color (decimal): -16710764 or 9700097. OLE color: 9700097.

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

Color convert

RGB 1 3 148 -
CMYK 0.99 0.98 0 0.42
HSL 239.18º 0.99% 0.29% -
HSV(B) 239.18º 0.99% 0.58% -
XYZ 5.39 2.21 28.16 -
YUV 18.93 200.84 115.21 -
System Red Green Blue C M Y K H S L
Decimal 1 3 148 0.99 0.98 0 0.42 239.18 0.99 0.29
Hex 1 3 94 63 62 0 2A EF 63 1D
Octal 1 3 224 143 142 0 52 357 143 35
Binary 1 11 10010100 1100011 1100010 0 101010 11101111 1100011 11101

Color Harmonies of #010394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010394

Black with #010394

Text Example


Text Example

White with #010394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010394; }

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

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

background-color css

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

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

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

border-color css

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

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

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