Html Css Color HEX #010594 New Midnight Blue

📋 copy color: '#010594'

red 1 ◦ green 5 ◦ blue 148

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

Shades of New Midnight Blue #010594

Tints of New Midnight Blue #010594

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.25%

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

R = 0.65%
G = 3.25%
B = 96.1%

CMYK

 C value IS 0.99

 M value IS 0.97

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#010594 (or 0x010594) is known color: New Midnight Blue. HEX triplet: 01, 05 and 94. RGB value is (1,5,148). Sum of RGB (Red+Green+Blue) = 1+5+148=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 5 (2.34% from 255 or 3.25% from 154); Blue value is 148 (58.20% from 255 or 96.10% from 154); Max value from RGB is 148 - color contains mainly: blue. Hex color #010594 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010594 is #FEFA6B. Grayscale: #131313. Windows color (decimal): -16710252 or 9700609. OLE color: 9700609.

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

Color convert

RGB 1 5 148 -
CMYK 0.99 0.97 0 0.42
HSL 238.37º 0.99% 0.29% -
HSV(B) 238.37º 0.99% 0.58% -
XYZ 5.41 2.25 28.17 -
YUV 20.11 200.17 114.37 -
System Red Green Blue C M Y K H S L
Decimal 1 5 148 0.99 0.97 0 0.42 238.37 0.99 0.29
Hex 1 5 94 63 61 0 2A EE 63 1D
Octal 1 5 224 143 141 0 52 356 143 35
Binary 1 101 10010100 1100011 1100001 0 101010 11101110 1100011 11101

Color Harmonies of #010594

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010594

Black with #010594

Text Example


Text Example

White with #010594

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010594; }

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

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

background-color css

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

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

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

border-color css

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

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

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