Html Css Color HEX #010495 New Midnight Blue

📋 copy color: '#010495'

red 1 ◦ green 4 ◦ blue 149

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

Shades of New Midnight Blue #010495

Tints of New Midnight Blue #010495

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.6%

 BLUE value IS 149 (58.59% from 255) = 96.75%

R = 0.65%
G = 2.6%
B = 96.75%

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

#010495 (or 0x010495) is known color: New Midnight Blue. HEX triplet: 01, 04 and 95. RGB value is (1,4,149). Sum of RGB (Red+Green+Blue) = 1+4+149=154 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 154); Green value is 4 (1.95% from 255 or 2.60% from 154); Blue value is 149 (58.59% from 255 or 96.75% from 154); Max value from RGB is 149 - color contains mainly: blue. Hex color #010495 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010495 is #FEFB6A. Grayscale: #131313. Windows color (decimal): -16710507 or 9765889. OLE color: 9765889.

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

Color convert

RGB 1 4 149 -
CMYK 0.99 0.97 0 0.42
HSL 238.78º 0.99% 0.29% -
HSV(B) 238.78º 0.99% 0.58% -
XYZ 5.48 2.26 28.58 -
YUV 19.63 201.01 114.71 -
System Red Green Blue C M Y K H S L
Decimal 1 4 149 0.99 0.97 0 0.42 238.78 0.99 0.29
Hex 1 4 95 63 61 0 2A EF 63 1D
Octal 1 4 225 143 141 0 52 357 143 35
Binary 1 100 10010101 1100011 1100001 0 101010 11101111 1100011 11101

Color Harmonies of #010495

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010495

Black with #010495

Text Example


Text Example

White with #010495

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010495; }

 p { color: rgb(1,4,149); }

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

background-color css

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

 a { background-color: rgb(1,4,149); }

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

border-color css

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

 span { border-color: rgb(1,4,149); }

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