Html Css Color HEX #00189D New Midnight Blue

📋 copy color: '#00189D'

red 0 ◦ green 24 ◦ blue 157

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

Shades of New Midnight Blue #00189D

Tints of New Midnight Blue #00189D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 86.74%

R = 0%
G = 13.26%
B = 86.74%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00189D (or 0x00189D) is known color: New Midnight Blue. HEX triplet: 00, 18 and 9D. RGB value is (0,24,157). Sum of RGB (Red+Green+Blue) = 0+24+157=181 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 181); Green value is 24 (9.77% from 255 or 13.26% from 181); Blue value is 157 (61.72% from 255 or 86.74% from 181); Max value from RGB is 157 - color contains mainly: blue. Hex color #00189D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00189D is #FFE762. Grayscale: #1F1F1F. Windows color (decimal): -16770915 or 10295296. OLE color: 10295296.

HSL color Cylindrical-coordinate representation of color #00189D: hue angle of 230.83º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00189D is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 0 24 157 -
CMYK 1 0.85 0 0.38
HSL 230.83º 1% 0.31% -
HSV(B) 230.83º 1% 0.62% -
XYZ 6.41 3.09 32.16 -
YUV 31.99 198.55 105.19 -
System Red Green Blue C M Y K H S L
Decimal 0 24 157 1 0.85 0 0.38 230.83 1 0.31
Hex 0 18 9D 64 55 0 26 E7 64 1F
Octal 0 30 235 144 125 0 46 347 144 37
Binary 0 11000 10011101 1100100 1010101 0 100110 11100111 1100100 11111

Color Harmonies of #00189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00189D

Black with #00189D

Text Example


Text Example

White with #00189D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00189D; }

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

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

background-color css

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

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

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

border-color css

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

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

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