Html Css Color HEX #0D0FAD New Midnight Blue

📋 copy color: '#0D0FAD'

red 13 ◦ green 15 ◦ blue 173

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

Shades of New Midnight Blue #0D0FAD

Tints of New Midnight Blue #0D0FAD

RGB

 RED value IS 13 (5.47% from 255) = 6.47%

 GREEN value IS 15 (6.25% from 255) = 7.46%

 BLUE value IS 173 (67.97% from 255) = 86.07%

R = 6.47%
G = 7.46%
B = 86.07%

CMYK

 C value IS 0.92

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0D0FAD (or 0x0D0FAD) is known color: New Midnight Blue. HEX triplet: 0D, 0F and AD. RGB value is (13,15,173). Sum of RGB (Red+Green+Blue) = 13+15+173=201 (26% of max value = 765). Red value is 13 (5.47% from 255 or 6.47% from 201); Green value is 15 (6.25% from 255 or 7.46% from 201); Blue value is 173 (67.97% from 255 or 86.07% from 201); Max value from RGB is 173 - color contains mainly: blue. Hex color #0D0FAD is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D0FAD is #F2F052. Grayscale: #1F1F1F. Windows color (decimal): -15921235 or 11341581. OLE color: 11341581.

HSL color Cylindrical-coordinate representation of color #0D0FAD: hue angle of 239.25º degrees, saturation: 0.86, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0D0FAD is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 13 15 173 -
CMYK 0.92 0.91 0 0.32
HSL 239.25º 0.86% 0.36% -
HSV(B) 239.25º 0.92% 0.68% -
XYZ 7.88 3.44 39.78 -
YUV 32.41 207.34 114.15 -
System Red Green Blue C M Y K H S L
Decimal 13 15 173 0.92 0.91 0 0.32 239.25 0.86 0.36
Hex D F AD 5C 5B 0 20 EF 56 24
Octal 15 17 255 134 133 0 40 357 126 44
Binary 1101 1111 10101101 1011100 1011011 0 100000 11101111 1010110 100100

Color Harmonies of #0D0FAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0FAD

Black with #0D0FAD

Text Example


Text Example

White with #0D0FAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D0FAD; }

 p { color: rgb(13,15,173); }

 H1.HeaderClassName
 {
   color: #0D0FAD;
 }
 .AnyTagClassName
 {
   color: #0D0FAD;
 }
</style>

background-color css

<style>
 a { background-color: #0D0FAD; }

 a { background-color: rgb(13,15,173); }

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

border-color css

<style>
 span { border-color: #0D0FAD; }

 span { border-color: rgb(13,15,173); }

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