Html Css Color HEX #011898 New Midnight Blue

📋 copy color: '#011898'

red 1 ◦ green 24 ◦ blue 152

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

Shades of New Midnight Blue #011898

Tints of New Midnight Blue #011898

RGB

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

 GREEN value IS 24 (9.77% from 255) = 13.56%

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

R = 0.56%
G = 13.56%
B = 85.88%

CMYK

 C value IS 0.99

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#011898 (or 0x011898) is known color: New Midnight Blue. HEX triplet: 01, 18 and 98. RGB value is (1,24,152). Sum of RGB (Red+Green+Blue) = 1+24+152=177 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 177); Green value is 24 (9.77% from 255 or 13.56% from 177); Blue value is 152 (59.77% from 255 or 85.88% from 177); Max value from RGB is 152 - color contains mainly: blue. Hex color #011898 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #011898 is #FEE767. Grayscale: #1F1F1F. Windows color (decimal): -16705384 or 9967617. OLE color: 9967617.

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

Color convert

RGB 1 24 152 -
CMYK 0.99 0.84 0 0.40
HSL 230.86º 0.99% 0.3% -
HSV(B) 230.86º 0.99% 0.6% -
XYZ 6.01 2.93 29.95 -
YUV 31.72 195.88 106.09 -
System Red Green Blue C M Y K H S L
Decimal 1 24 152 0.99 0.84 0 0.40 230.86 0.99 0.3
Hex 1 18 98 63 54 0 28 E7 63 1E
Octal 1 30 230 143 124 0 50 347 143 36
Binary 1 11000 10011000 1100011 1010100 0 101000 11100111 1100011 11110

Color Harmonies of #011898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #011898

Black with #011898

Text Example


Text Example

White with #011898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #011898; }

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

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

background-color css

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

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

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

border-color css

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

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

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