Html Css Color HEX #000DAF New Midnight Blue

📋 copy color: '#000DAF'

red 0 ◦ green 13 ◦ blue 175

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

Shades of New Midnight Blue #000DAF

Tints of New Midnight Blue #000DAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 93.09%

R = 0%
G = 6.91%
B = 93.09%

CMYK

 C value IS 1

 M value IS 0.93

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#000DAF (or 0x000DAF) is known color: New Midnight Blue. HEX triplet: 00, 0D and AF. RGB value is (0,13,175). Sum of RGB (Red+Green+Blue) = 0+13+175=188 (24% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 188); Green value is 13 (5.47% from 255 or 6.91% from 188); Blue value is 175 (68.75% from 255 or 93.09% from 188); Max value from RGB is 175 - color contains mainly: blue. Hex color #000DAF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #000DAF is #FFF250. Grayscale: #1A1A1A. Windows color (decimal): -16773713 or 11472128. OLE color: 11472128.

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

Color convert

RGB 0 13 175 -
CMYK 1 0.93 0 0.31
HSL 235.54º 1% 0.34% -
HSV(B) 235.54º 1% 0.69% -
XYZ 7.88 3.38 40.8 -
YUV 27.58 211.19 108.33 -
System Red Green Blue C M Y K H S L
Decimal 0 13 175 1 0.93 0 0.31 235.54 1 0.34
Hex 0 D AF 64 5D 0 1F EC 64 22
Octal 0 15 257 144 135 0 37 354 144 42
Binary 0 1101 10101111 1100100 1011101 0 11111 11101100 1100100 100010

Color Harmonies of #000DAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000DAF

Black with #000DAF

Text Example


Text Example

White with #000DAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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