Html Css Color HEX #0D019F New Midnight Blue

📋 copy color: '#0D019F'

red 13 ◦ green 1 ◦ blue 159

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

Shades of New Midnight Blue #0D019F

Tints of New Midnight Blue #0D019F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.58%

 BLUE value IS 159 (62.5% from 255) = 91.91%

R = 7.51%
G = 0.58%
B = 91.91%

CMYK

 C value IS 0.92

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0D019F (or 0x0D019F) is known color: New Midnight Blue. HEX triplet: 0D, 01 and 9F. RGB value is (13,1,159). Sum of RGB (Red+Green+Blue) = 13+1+159=173 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.51% from 173); Green value is 1 (0.78% from 255 or 0.58% from 173); Blue value is 159 (62.5% from 255 or 91.91% from 173); Max value from RGB is 159 - color contains mainly: blue. Hex color #0D019F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D019F is #F2FE60. Grayscale: #151515. Windows color (decimal): -15924833 or 10420493. OLE color: 10420493.

HSL color Cylindrical-coordinate representation of color #0D019F: hue angle of 244.56º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0D019F is Cyan = 0.92, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 13 1 159 -
CMYK 0.92 0.99 0 0.38
HSL 244.56º 0.99% 0.31% -
HSV(B) 244.56º 0.99% 0.62% -
XYZ 6.43 2.61 32.97 -
YUV 22.6 204.98 121.15 -
System Red Green Blue C M Y K H S L
Decimal 13 1 159 0.92 0.99 0 0.38 244.56 0.99 0.31
Hex D 1 9F 5C 63 0 26 F5 63 1F
Octal 15 1 237 134 143 0 46 365 143 37
Binary 1101 1 10011111 1011100 1100011 0 100110 11110101 1100011 11111

Color Harmonies of #0D019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D019F

Black with #0D019F

Text Example


Text Example

White with #0D019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,1,159); }

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

background-color css

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

 a { background-color: rgb(13,1,159); }

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

border-color css

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

 span { border-color: rgb(13,1,159); }

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