Html Css Color HEX #011295 New Midnight Blue

📋 copy color: '#011295'

red 1 ◦ green 18 ◦ blue 149

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

Shades of New Midnight Blue #011295

Tints of New Midnight Blue #011295

RGB

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

 GREEN value IS 18 (7.42% from 255) = 10.71%

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

R = 0.6%
G = 10.71%
B = 88.69%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#011295 (or 0x011295) is known color: New Midnight Blue. HEX triplet: 01, 12 and 95. RGB value is (1,18,149). Sum of RGB (Red+Green+Blue) = 1+18+149=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 18 (7.42% from 255 or 10.71% from 168); Blue value is 149 (58.59% from 255 or 88.69% from 168); Max value from RGB is 149 - color contains mainly: blue. Hex color #011295 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011295 is #FEED6A. Grayscale: #1B1B1B. Windows color (decimal): -16706923 or 9769473. OLE color: 9769473.

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

Color convert

RGB 1 18 149 -
CMYK 0.99 0.88 0 0.42
HSL 233.11º 0.99% 0.29% -
HSV(B) 233.11º 0.99% 0.58% -
XYZ 5.65 2.61 28.64 -
YUV 27.85 196.37 108.85 -
System Red Green Blue C M Y K H S L
Decimal 1 18 149 0.99 0.88 0 0.42 233.11 0.99 0.29
Hex 1 12 95 63 58 0 2A E9 63 1D
Octal 1 22 225 143 130 0 52 351 143 35
Binary 1 10010 10010101 1100011 1011000 0 101010 11101001 1100011 11101

Color Harmonies of #011295

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011295

Black with #011295

Text Example


Text Example

White with #011295

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011295; }

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

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

background-color css

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

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

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

border-color css

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

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

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