Html Css Color HEX #00159C New Midnight Blue

📋 copy color: '#00159C'

red 0 ◦ green 21 ◦ blue 156

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

Shades of New Midnight Blue #00159C

Tints of New Midnight Blue #00159C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 88.14%

R = 0%
G = 11.86%
B = 88.14%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#00159C (or 0x00159C) is known color: New Midnight Blue. HEX triplet: 00, 15 and 9C. RGB value is (0,21,156). Sum of RGB (Red+Green+Blue) = 0+21+156=177 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 177); Green value is 21 (8.59% from 255 or 11.86% from 177); Blue value is 156 (61.33% from 255 or 88.14% from 177); Max value from RGB is 156 - color contains mainly: blue. Hex color #00159C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00159C is #FFEA63. Grayscale: #1D1D1D. Windows color (decimal): -16771684 or 10228992. OLE color: 10228992.

HSL color Cylindrical-coordinate representation of color #00159C: hue angle of 231.92º degrees, saturation: 1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00159C is Cyan = 1, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 0 21 156 -
CMYK 1 0.87 0 0.39
HSL 231.92º 1% 0.31% -
HSV(B) 231.92º 1% 0.61% -
XYZ 6.27 2.94 31.69 -
YUV 30.11 199.04 106.52 -
System Red Green Blue C M Y K H S L
Decimal 0 21 156 1 0.87 0 0.39 231.92 1 0.31
Hex 0 15 9C 64 57 0 27 E8 64 1F
Octal 0 25 234 144 127 0 47 350 144 37
Binary 0 10101 10011100 1100100 1010111 0 100111 11101000 1100100 11111

Color Harmonies of #00159C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00159C

Black with #00159C

Text Example


Text Example

White with #00159C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00159C; }

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

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

background-color css

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

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

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

border-color css

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

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

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