Html Css Color HEX #011498 New Midnight Blue

📋 copy color: '#011498'

red 1 ◦ green 20 ◦ blue 152

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

Shades of New Midnight Blue #011498

Tints of New Midnight Blue #011498

RGB

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

 GREEN value IS 20 (8.2% from 255) = 11.56%

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

R = 0.58%
G = 11.56%
B = 87.86%

CMYK

 C value IS 0.99

 M value IS 0.87

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#011498 (or 0x011498) is known color: New Midnight Blue. HEX triplet: 01, 14 and 98. RGB value is (1,20,152). Sum of RGB (Red+Green+Blue) = 1+20+152=173 (22% of max value = 765). Red value is 1 (0.78% from 255 or 0.58% from 173); Green value is 20 (8.20% from 255 or 11.56% from 173); Blue value is 152 (59.77% from 255 or 87.86% from 173); Max value from RGB is 152 - color contains mainly: blue. Hex color #011498 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011498 is #FEEB67. Grayscale: #1C1C1C. Windows color (decimal): -16706408 or 9966593. OLE color: 9966593.

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

Color convert

RGB 1 20 152 -
CMYK 0.99 0.87 0 0.40
HSL 232.45º 0.99% 0.3% -
HSV(B) 232.45º 0.99% 0.6% -
XYZ 5.93 2.77 29.93 -
YUV 29.37 197.21 107.77 -
System Red Green Blue C M Y K H S L
Decimal 1 20 152 0.99 0.87 0 0.40 232.45 0.99 0.3
Hex 1 14 98 63 57 0 28 E8 63 1E
Octal 1 24 230 143 127 0 50 350 143 36
Binary 1 10100 10011000 1100011 1010111 0 101000 11101000 1100011 11110

Color Harmonies of #011498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011498

Black with #011498

Text Example


Text Example

White with #011498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011498; }

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

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

background-color css

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

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

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

border-color css

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

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

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