Html Css Color HEX #000D9E New Midnight Blue

📋 copy color: '#000D9E'

red 0 ◦ green 13 ◦ blue 158

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

Shades of New Midnight Blue #000D9E

Tints of New Midnight Blue #000D9E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 7.6%

 BLUE value IS 158 (62.11% from 255) = 92.4%

R = 0%
G = 7.6%
B = 92.4%

CMYK

 C value IS 1

 M value IS 0.92

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#000D9E (or 0x000D9E) is known color: New Midnight Blue. HEX triplet: 00, 0D and 9E. RGB value is (0,13,158). Sum of RGB (Red+Green+Blue) = 0+13+158=171 (22% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 171); Green value is 13 (5.47% from 255 or 7.60% from 171); Blue value is 158 (62.11% from 255 or 92.40% from 171); Max value from RGB is 158 - color contains mainly: blue. Hex color #000D9E is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000D9E is #FFF261. Grayscale: #191919. Windows color (decimal): -16773730 or 10358016. OLE color: 10358016.

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

Color convert

RGB 0 13 158 -
CMYK 1 0.92 0 0.38
HSL 235.06º 1% 0.31% -
HSV(B) 235.06º 1% 0.62% -
XYZ 6.32 2.76 32.55 -
YUV 25.64 202.69 109.71 -
System Red Green Blue C M Y K H S L
Decimal 0 13 158 1 0.92 0 0.38 235.06 1 0.31
Hex 0 D 9E 64 5C 0 26 EB 64 1F
Octal 0 15 236 144 134 0 46 353 144 37
Binary 0 1101 10011110 1100100 1011100 0 100110 11101011 1100100 11111

Color Harmonies of #000D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000D9E

Black with #000D9E

Text Example


Text Example

White with #000D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000D9E; }

 p { color: rgb(0,13,158); }

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

background-color css

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

 a { background-color: rgb(0,13,158); }

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

border-color css

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

 span { border-color: rgb(0,13,158); }

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