Html Css Color HEX #011198 New Midnight Blue

📋 copy color: '#011198'

red 1 ◦ green 17 ◦ blue 152

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

Shades of New Midnight Blue #011198

Tints of New Midnight Blue #011198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 89.41%

R = 0.59%
G = 10%
B = 89.41%

CMYK

 C value IS 0.99

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#011198 (or 0x011198) is known color: New Midnight Blue. HEX triplet: 01, 11 and 98. RGB value is (1,17,152). Sum of RGB (Red+Green+Blue) = 1+17+152=170 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.59% from 170); Green value is 17 (7.03% from 255 or 10% from 170); Blue value is 152 (59.77% from 255 or 89.41% from 170); Max value from RGB is 152 - color contains mainly: blue. Hex color #011198 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011198 is #FEEE67. Grayscale: #1B1B1B. Windows color (decimal): -16707176 or 9965825. OLE color: 9965825.

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

Color convert

RGB 1 17 152 -
CMYK 0.99 0.89 0 0.40
HSL 233.64º 0.99% 0.3% -
HSV(B) 233.64º 0.99% 0.6% -
XYZ 5.88 2.67 29.91 -
YUV 27.61 198.2 109.02 -
System Red Green Blue C M Y K H S L
Decimal 1 17 152 0.99 0.89 0 0.40 233.64 0.99 0.3
Hex 1 11 98 63 59 0 28 EA 63 1E
Octal 1 21 230 143 131 0 50 352 143 36
Binary 1 10001 10011000 1100011 1011001 0 101000 11101010 1100011 11110

Color Harmonies of #011198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011198

Black with #011198

Text Example


Text Example

White with #011198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011198; }

 p { color: rgb(1,17,152); }

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

background-color css

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

 a { background-color: rgb(1,17,152); }

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

border-color css

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

 span { border-color: rgb(1,17,152); }

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