Html Css Color HEX #001598 New Midnight Blue

📋 copy color: '#001598'

red 0 ◦ green 21 ◦ blue 152

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

Shades of New Midnight Blue #001598

Tints of New Midnight Blue #001598

RGB

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

 GREEN value IS 21 (8.59% from 255) = 12.14%

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

R = 0%
G = 12.14%
B = 87.86%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#001598 (or 0x001598) is known color: New Midnight Blue. HEX triplet: 00, 15 and 98. RGB value is (0,21,152). Sum of RGB (Red+Green+Blue) = 0+21+152=173 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 173); Green value is 21 (8.59% from 255 or 12.14% 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 #001598 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001598 is #FFEA67. Grayscale: #1D1D1D. Windows color (decimal): -16771688 or 9966848. OLE color: 9966848.

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

Color convert

RGB 0 21 152 -
CMYK 1 0.86 0 0.40
HSL 231.71º 1% 0.3% -
HSV(B) 231.71º 1% 0.6% -
XYZ 5.94 2.8 29.93 -
YUV 29.66 197.04 106.85 -
System Red Green Blue C M Y K H S L
Decimal 0 21 152 1 0.86 0 0.40 231.71 1 0.3
Hex 0 15 98 64 56 0 28 E8 64 1E
Octal 0 25 230 144 126 0 50 350 144 36
Binary 0 10101 10011000 1100100 1010110 0 101000 11101000 1100100 11110

Color Harmonies of #001598

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001598

Black with #001598

Text Example


Text Example

White with #001598

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001598; }

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

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

background-color css

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

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

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

border-color css

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

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

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