Html Css Color HEX #001195 New Midnight Blue

📋 copy color: '#001195'

red 0 ◦ green 17 ◦ blue 149

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

Shades of New Midnight Blue #001195

Tints of New Midnight Blue #001195

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 17 (7.03% from 255) = 10.24%

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

R = 0%
G = 10.24%
B = 89.76%

CMYK

 C value IS 1

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#001195 (or 0x001195) is known color: New Midnight Blue. HEX triplet: 00, 11 and 95. RGB value is (0,17,149). Sum of RGB (Red+Green+Blue) = 0+17+149=166 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 166); Green value is 17 (7.03% from 255 or 10.24% from 166); Blue value is 149 (58.59% from 255 or 89.76% from 166); Max value from RGB is 149 - color contains mainly: blue. Hex color #001195 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001195 is #FFEE6A. Grayscale: #1A1A1A. Windows color (decimal): -16772715 or 9769216. OLE color: 9769216.

HSL color Cylindrical-coordinate representation of color #001195: hue angle of 233.15º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #001195 is Cyan = 1, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 0 17 149 -
CMYK 1 0.89 0 0.42
HSL 233.15º 1% 0.29% -
HSV(B) 233.15º 1% 0.58% -
XYZ 5.63 2.57 28.63 -
YUV 26.97 196.87 108.77 -
System Red Green Blue C M Y K H S L
Decimal 0 17 149 1 0.89 0 0.42 233.15 1 0.29
Hex 0 11 95 64 59 0 2A E9 64 1D
Octal 0 21 225 144 131 0 52 351 144 35
Binary 0 10001 10010101 1100100 1011001 0 101010 11101001 1100100 11101

Color Harmonies of #001195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001195

Black with #001195

Text Example


Text Example

White with #001195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001195; }

 p { color: rgb(0,17,149); }

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

background-color css

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

 a { background-color: rgb(0,17,149); }

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

border-color css

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

 span { border-color: rgb(0,17,149); }

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