Html Css Color HEX #011297 New Midnight Blue

📋 copy color: '#011297'

red 1 ◦ green 18 ◦ blue 151

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

Shades of New Midnight Blue #011297

Tints of New Midnight Blue #011297

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 88.82%

R = 0.59%
G = 10.59%
B = 88.82%

CMYK

 C value IS 0.99

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#011297 (or 0x011297) is known color: New Midnight Blue. HEX triplet: 01, 12 and 97. RGB value is (1,18,151). Sum of RGB (Red+Green+Blue) = 1+18+151=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 18 (7.42% from 255 or 10.59% from 170); Blue value is 151 (59.38% from 255 or 88.82% from 170); Max value from RGB is 151 - color contains mainly: blue. Hex color #011297 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011297 is #FEED68. Grayscale: #1B1B1B. Windows color (decimal): -16706921 or 9900545. OLE color: 9900545.

HSL color Cylindrical-coordinate representation of color #011297: hue angle of 233.2º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #011297 is Cyan = 0.99, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 1 18 151 -
CMYK 0.99 0.88 0 0.41
HSL 233.2º 0.99% 0.3% -
HSV(B) 233.2º 0.99% 0.59% -
XYZ 5.81 2.67 29.49 -
YUV 28.08 197.37 108.69 -
System Red Green Blue C M Y K H S L
Decimal 1 18 151 0.99 0.88 0 0.41 233.2 0.99 0.3
Hex 1 12 97 63 58 0 29 E9 63 1E
Octal 1 22 227 143 130 0 51 351 143 36
Binary 1 10010 10010111 1100011 1011000 0 101001 11101001 1100011 11110

Color Harmonies of #011297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011297

Black with #011297

Text Example


Text Example

White with #011297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011297; }

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

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

background-color css

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

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

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

border-color css

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

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

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