Html Css Color HEX #000DAE New Midnight Blue

📋 copy color: '#000DAE'

red 0 ◦ green 13 ◦ blue 174

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

Shades of New Midnight Blue #000DAE

Tints of New Midnight Blue #000DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 93.05%

R = 0%
G = 6.95%
B = 93.05%

CMYK

 C value IS 1

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#000DAE (or 0x000DAE) is known color: New Midnight Blue. HEX triplet: 00, 0D and AE. RGB value is (0,13,174). Sum of RGB (Red+Green+Blue) = 0+13+174=187 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 187); Green value is 13 (5.47% from 255 or 6.95% from 187); Blue value is 174 (68.36% from 255 or 93.05% from 187); Max value from RGB is 174 - color contains mainly: blue. Hex color #000DAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000DAE is #FFF251. Grayscale: #1A1A1A. Windows color (decimal): -16773714 or 11406592. OLE color: 11406592.

HSL color Cylindrical-coordinate representation of color #000DAE: hue angle of 235.52º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000DAE is Cyan = 1, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 0 13 174 -
CMYK 1 0.93 0 0.32
HSL 235.52º 1% 0.34% -
HSV(B) 235.52º 1% 0.68% -
XYZ 7.78 3.34 40.28 -
YUV 27.47 210.69 108.41 -
System Red Green Blue C M Y K H S L
Decimal 0 13 174 1 0.93 0 0.32 235.52 1 0.34
Hex 0 D AE 64 5D 0 20 EC 64 22
Octal 0 15 256 144 135 0 40 354 144 42
Binary 0 1101 10101110 1100100 1011101 0 100000 11101100 1100100 100010

Color Harmonies of #000DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000DAE

Black with #000DAE

Text Example


Text Example

White with #000DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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