Html Css Color HEX #00169D New Midnight Blue

📋 copy color: '#00169D'

red 0 ◦ green 22 ◦ blue 157

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

Shades of New Midnight Blue #00169D

Tints of New Midnight Blue #00169D

RGB

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

 GREEN value IS 22 (8.98% from 255) = 12.29%

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

R = 0%
G = 12.29%
B = 87.71%

CMYK

 C value IS 1

 M value IS 0.86

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#00169D (or 0x00169D) is known color: New Midnight Blue. HEX triplet: 00, 16 and 9D. RGB value is (0,22,157). Sum of RGB (Red+Green+Blue) = 0+22+157=179 (23% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 179); Green value is 22 (8.98% from 255 or 12.29% from 179); Blue value is 157 (61.72% from 255 or 87.71% from 179); Max value from RGB is 157 - color contains mainly: blue. Hex color #00169D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #00169D is #FFE962. Grayscale: #1E1E1E. Windows color (decimal): -16771427 or 10294784. OLE color: 10294784.

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

Color convert

RGB 0 22 157 -
CMYK 1 0.86 0 0.38
HSL 231.59º 1% 0.31% -
HSV(B) 231.59º 1% 0.62% -
XYZ 6.37 3.01 32.14 -
YUV 30.81 199.21 106.02 -
System Red Green Blue C M Y K H S L
Decimal 0 22 157 1 0.86 0 0.38 231.59 1 0.31
Hex 0 16 9D 64 56 0 26 E8 64 1F
Octal 0 26 235 144 126 0 46 350 144 37
Binary 0 10110 10011101 1100100 1010110 0 100110 11101000 1100100 11111

Color Harmonies of #00169D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00169D

Black with #00169D

Text Example


Text Example

White with #00169D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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