Html Css Color HEX #0D13AF New Midnight Blue

📋 copy color: '#0D13AF'

red 13 ◦ green 19 ◦ blue 175

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

Shades of New Midnight Blue #0D13AF

Tints of New Midnight Blue #0D13AF

RGB

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

 GREEN value IS 19 (7.81% from 255) = 9.18%

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

R = 6.28%
G = 9.18%
B = 84.54%

CMYK

 C value IS 0.93

 M value IS 0.89

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#0D13AF (or 0x0D13AF) is known color: New Midnight Blue. HEX triplet: 0D, 13 and AF. RGB value is (13,19,175). Sum of RGB (Red+Green+Blue) = 13+19+175=207 (27% of max value = 765). Red value is 13 (5.47% from 255 or 6.28% from 207); Green value is 19 (7.81% from 255 or 9.18% from 207); Blue value is 175 (68.75% from 255 or 84.54% from 207); Max value from RGB is 175 - color contains mainly: blue. Hex color #0D13AF is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D13AF is #F2EC50. Grayscale: #222222. Windows color (decimal): -15920209 or 11473677. OLE color: 11473677.

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

Color convert

RGB 13 19 175 -
CMYK 0.93 0.89 0 0.31
HSL 237.78º 0.86% 0.37% -
HSV(B) 237.78º 0.93% 0.69% -
XYZ 8.14 3.65 40.83 -
YUV 34.99 207.01 112.32 -
System Red Green Blue C M Y K H S L
Decimal 13 19 175 0.93 0.89 0 0.31 237.78 0.86 0.37
Hex D 13 AF 5D 59 0 1F EE 56 25
Octal 15 23 257 135 131 0 37 356 126 45
Binary 1101 10011 10101111 1011101 1011001 0 11111 11101110 1010110 100101

Color Harmonies of #0D13AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D13AF

Black with #0D13AF

Text Example


Text Example

White with #0D13AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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