Html Css Color HEX #010994 New Midnight Blue

📋 copy color: '#010994'

red 1 ◦ green 9 ◦ blue 148

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

Shades of New Midnight Blue #010994

Tints of New Midnight Blue #010994

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.7%

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

R = 0.63%
G = 5.7%
B = 93.67%

CMYK

 C value IS 0.99

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#010994 (or 0x010994) is known color: New Midnight Blue. HEX triplet: 01, 09 and 94. RGB value is (1,9,148). Sum of RGB (Red+Green+Blue) = 1+9+148=158 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.63% from 158); Green value is 9 (3.91% from 255 or 5.70% from 158); Blue value is 148 (58.20% from 255 or 93.67% from 158); Max value from RGB is 148 - color contains mainly: blue. Hex color #010994 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010994 is #FEF66B. Grayscale: #151515. Windows color (decimal): -16709228 or 9701633. OLE color: 9701633.

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

Color convert

RGB 1 9 148 -
CMYK 0.99 0.94 0 0.42
HSL 236.73º 0.99% 0.29% -
HSV(B) 236.73º 0.99% 0.58% -
XYZ 5.46 2.34 28.18 -
YUV 22.45 198.85 112.7 -
System Red Green Blue C M Y K H S L
Decimal 1 9 148 0.99 0.94 0 0.42 236.73 0.99 0.29
Hex 1 9 94 63 5E 0 2A ED 63 1D
Octal 1 11 224 143 136 0 52 355 143 35
Binary 1 1001 10010100 1100011 1011110 0 101010 11101101 1100011 11101

Color Harmonies of #010994

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010994

Black with #010994

Text Example


Text Example

White with #010994

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010994; }

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

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

background-color css

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

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

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

border-color css

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

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

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