Html Css Color HEX #001398 New Midnight Blue

📋 copy color: '#001398'

red 0 ◦ green 19 ◦ blue 152

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

Shades of New Midnight Blue #001398

Tints of New Midnight Blue #001398

RGB

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

 GREEN value IS 19 (7.81% from 255) = 11.11%

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

R = 0%
G = 11.11%
B = 88.89%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#001398 (or 0x001398) is known color: New Midnight Blue. HEX triplet: 00, 13 and 98. RGB value is (0,19,152). Sum of RGB (Red+Green+Blue) = 0+19+152=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 19 (7.81% from 255 or 11.11% from 171); Blue value is 152 (59.77% from 255 or 88.89% from 171); Max value from RGB is 152 - color contains mainly: blue. Hex color #001398 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #001398 is #FFEC67. Grayscale: #1B1B1B. Windows color (decimal): -16772200 or 9966336. OLE color: 9966336.

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

Color convert

RGB 0 19 152 -
CMYK 1 0.87 0 0.40
HSL 232.5º 1% 0.3% -
HSV(B) 232.5º 1% 0.6% -
XYZ 5.9 2.73 29.92 -
YUV 28.48 197.71 107.69 -
System Red Green Blue C M Y K H S L
Decimal 0 19 152 1 0.87 0 0.40 232.5 1 0.3
Hex 0 13 98 64 57 0 28 E8 64 1E
Octal 0 23 230 144 127 0 50 350 144 36
Binary 0 10011 10011000 1100100 1010111 0 101000 11101000 1100100 11110

Color Harmonies of #001398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #001398

Black with #001398

Text Example


Text Example

White with #001398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #001398; }

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

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

background-color css

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

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

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

border-color css

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

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

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