Html Css Color HEX #011097 New Midnight Blue

📋 copy color: '#011097'

red 1 ◦ green 16 ◦ blue 151

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

Shades of New Midnight Blue #011097

Tints of New Midnight Blue #011097

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.52%

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

R = 0.6%
G = 9.52%
B = 89.88%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#011097 (or 0x011097) is known color: New Midnight Blue. HEX triplet: 01, 10 and 97. RGB value is (1,16,151). Sum of RGB (Red+Green+Blue) = 1+16+151=168 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.60% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 151 (59.38% from 255 or 89.88% from 168); Max value from RGB is 151 - color contains mainly: blue. Hex color #011097 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011097 is #FEEF68. Grayscale: #1A1A1A. Windows color (decimal): -16707433 or 9900033. OLE color: 9900033.

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

Color convert

RGB 1 16 151 -
CMYK 0.99 0.89 0 0.41
HSL 234º 0.99% 0.3% -
HSV(B) 234º 0.99% 0.59% -
XYZ 5.78 2.61 29.48 -
YUV 26.91 198.03 109.52 -
System Red Green Blue C M Y K H S L
Decimal 1 16 151 0.99 0.89 0 0.41 234 0.99 0.3
Hex 1 10 97 63 59 0 29 EA 63 1E
Octal 1 20 227 143 131 0 51 352 143 36
Binary 1 10000 10010111 1100011 1011001 0 101001 11101010 1100011 11110

Color Harmonies of #011097

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011097

Black with #011097

Text Example


Text Example

White with #011097

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011097; }

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

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

background-color css

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

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

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

border-color css

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

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

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