Html Css Color HEX #011695 New Midnight Blue

📋 copy color: '#011695'

red 1 ◦ green 22 ◦ blue 149

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

Shades of New Midnight Blue #011695

Tints of New Midnight Blue #011695

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.79%

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

R = 0.58%
G = 12.79%
B = 86.63%

CMYK

 C value IS 0.99

 M value IS 0.85

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#011695 (or 0x011695) is known color: New Midnight Blue. HEX triplet: 01, 16 and 95. RGB value is (1,22,149). Sum of RGB (Red+Green+Blue) = 1+22+149=172 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 172); Green value is 22 (8.98% from 255 or 12.79% from 172); Blue value is 149 (58.59% from 255 or 86.63% from 172); Max value from RGB is 149 - color contains mainly: blue. Hex color #011695 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011695 is #FEE96A. Grayscale: #1D1D1D. Windows color (decimal): -16705899 or 9770497. OLE color: 9770497.

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

Color convert

RGB 1 22 149 -
CMYK 0.99 0.85 0 0.42
HSL 231.49º 0.99% 0.29% -
HSV(B) 231.49º 0.99% 0.58% -
XYZ 5.72 2.75 28.66 -
YUV 30.2 195.04 107.17 -
System Red Green Blue C M Y K H S L
Decimal 1 22 149 0.99 0.85 0 0.42 231.49 0.99 0.29
Hex 1 16 95 63 55 0 2A E7 63 1D
Octal 1 26 225 143 125 0 52 347 143 35
Binary 1 10110 10010101 1100011 1010101 0 101010 11100111 1100011 11101

Color Harmonies of #011695

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011695

Black with #011695

Text Example


Text Example

White with #011695

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011695; }

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

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

background-color css

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

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

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

border-color css

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

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

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