Html Css Color HEX #010395 New Midnight Blue

📋 copy color: '#010395'

red 1 ◦ green 3 ◦ blue 149

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

Shades of New Midnight Blue #010395

Tints of New Midnight Blue #010395

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.96%

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

R = 0.65%
G = 1.96%
B = 97.39%

CMYK

 C value IS 0.99

 M value IS 0.98

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#010395 (or 0x010395) is known color: New Midnight Blue. HEX triplet: 01, 03 and 95. RGB value is (1,3,149). Sum of RGB (Red+Green+Blue) = 1+3+149=153 (20% of max value = 765). Red value is 1 (0.78% from 255 or 0.65% from 153); Green value is 3 (1.56% from 255 or 1.96% from 153); Blue value is 149 (58.59% from 255 or 97.39% from 153); Max value from RGB is 149 - color contains mainly: blue. Hex color #010395 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #010395 is #FEFC6A. Grayscale: #121212. Windows color (decimal): -16710763 or 9765633. OLE color: 9765633.

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

Color convert

RGB 1 3 149 -
CMYK 0.99 0.98 0 0.42
HSL 239.19º 0.99% 0.29% -
HSV(B) 239.19º 0.99% 0.58% -
XYZ 5.47 2.24 28.58 -
YUV 19.05 201.34 115.13 -
System Red Green Blue C M Y K H S L
Decimal 1 3 149 0.99 0.98 0 0.42 239.19 0.99 0.29
Hex 1 3 95 63 62 0 2A EF 63 1D
Octal 1 3 225 143 142 0 52 357 143 35
Binary 1 11 10010101 1100011 1100010 0 101010 11101111 1100011 11101

Color Harmonies of #010395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #010395

Black with #010395

Text Example


Text Example

White with #010395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #010395; }

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

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

background-color css

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

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

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

border-color css

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

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

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