Html Css Color HEX #001898 New Midnight Blue

📋 copy color: '#001898'

red 0 ◦ green 24 ◦ blue 152

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

Shades of New Midnight Blue #001898

Tints of New Midnight Blue #001898

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

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

R = 0%
G = 13.64%
B = 86.36%

CMYK

 C value IS 1

 M value IS 0.84

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#001898 (or 0x001898) is known color: New Midnight Blue. HEX triplet: 00, 18 and 98. RGB value is (0,24,152). Sum of RGB (Red+Green+Blue) = 0+24+152=176 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 176); Green value is 24 (9.77% from 255 or 13.64% from 176); Blue value is 152 (59.77% from 255 or 86.36% from 176); Max value from RGB is 152 - color contains mainly: blue. Hex color #001898 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001898 is #FFE767. Grayscale: #1E1E1E. Windows color (decimal): -16770920 or 9967616. OLE color: 9967616.

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

Color convert

RGB 0 24 152 -
CMYK 1 0.84 0 0.40
HSL 230.53º 1% 0.3% -
HSV(B) 230.53º 1% 0.6% -
XYZ 5.99 2.92 29.95 -
YUV 31.42 196.05 105.59 -
System Red Green Blue C M Y K H S L
Decimal 0 24 152 1 0.84 0 0.40 230.53 1 0.3
Hex 0 18 98 64 54 0 28 E7 64 1E
Octal 0 30 230 144 124 0 50 347 144 36
Binary 0 11000 10011000 1100100 1010100 0 101000 11100111 1100100 11110

Color Harmonies of #001898

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001898

Black with #001898

Text Example


Text Example

White with #001898

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001898; }

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

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

background-color css

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

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

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

border-color css

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

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

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