Html Css Color HEX #010894 New Midnight Blue

📋 copy color: '#010894'

red 1 ◦ green 8 ◦ blue 148

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

Shades of New Midnight Blue #010894

Tints of New Midnight Blue #010894

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.1%

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

R = 0.64%
G = 5.1%
B = 94.27%

CMYK

 C value IS 0.99

 M value IS 0.95

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#010894 (or 0x010894) is known color: New Midnight Blue. HEX triplet: 01, 08 and 94. RGB value is (1,8,148). Sum of RGB (Red+Green+Blue) = 1+8+148=157 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.64% from 157); Green value is 8 (3.52% from 255 or 5.10% from 157); Blue value is 148 (58.20% from 255 or 94.27% from 157); Max value from RGB is 148 - color contains mainly: blue. Hex color #010894 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010894 is #FEF76B. Grayscale: #151515. Windows color (decimal): -16709484 or 9701377. OLE color: 9701377.

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

Color convert

RGB 1 8 148 -
CMYK 0.99 0.95 0 0.42
HSL 237.14º 0.99% 0.29% -
HSV(B) 237.14º 0.99% 0.58% -
XYZ 5.44 2.32 28.18 -
YUV 21.87 199.18 113.12 -
System Red Green Blue C M Y K H S L
Decimal 1 8 148 0.99 0.95 0 0.42 237.14 0.99 0.29
Hex 1 8 94 63 5F 0 2A ED 63 1D
Octal 1 10 224 143 137 0 52 355 143 35
Binary 1 1000 10010100 1100011 1011111 0 101010 11101101 1100011 11101

Color Harmonies of #010894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010894

Black with #010894

Text Example


Text Example

White with #010894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010894; }

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

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

background-color css

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

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

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

border-color css

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

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

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