Html Css Color HEX #010694 New Midnight Blue

📋 copy color: '#010694'

red 1 ◦ green 6 ◦ blue 148

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

Shades of New Midnight Blue #010694

Tints of New Midnight Blue #010694

RGB

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

 GREEN value IS 6 (2.73% from 255) = 3.87%

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

R = 0.65%
G = 3.87%
B = 95.48%

CMYK

 C value IS 0.99

 M value IS 0.96

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#010694 (or 0x010694) is known color: New Midnight Blue. HEX triplet: 01, 06 and 94. RGB value is (1,6,148). Sum of RGB (Red+Green+Blue) = 1+6+148=155 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 155); Green value is 6 (2.73% from 255 or 3.87% from 155); Blue value is 148 (58.20% from 255 or 95.48% from 155); Max value from RGB is 148 - color contains mainly: blue. Hex color #010694 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010694 is #FEF96B. Grayscale: #141414. Windows color (decimal): -16709996 or 9700865. OLE color: 9700865.

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

Color convert

RGB 1 6 148 -
CMYK 0.99 0.96 0 0.42
HSL 237.96º 0.99% 0.29% -
HSV(B) 237.96º 0.99% 0.58% -
XYZ 5.42 2.27 28.17 -
YUV 20.69 199.84 113.95 -
System Red Green Blue C M Y K H S L
Decimal 1 6 148 0.99 0.96 0 0.42 237.96 0.99 0.29
Hex 1 6 94 63 60 0 2A EE 63 1D
Octal 1 6 224 143 140 0 52 356 143 35
Binary 1 110 10010100 1100011 1100000 0 101010 11101110 1100011 11101

Color Harmonies of #010694

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010694

Black with #010694

Text Example


Text Example

White with #010694

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010694; }

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

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

background-color css

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

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

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

border-color css

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

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

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