Html Css Color HEX #0D059F New Midnight Blue

📋 copy color: '#0D059F'

red 13 ◦ green 5 ◦ blue 159

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

Shades of New Midnight Blue #0D059F

Tints of New Midnight Blue #0D059F

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.82%

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

R = 7.34%
G = 2.82%
B = 89.83%

CMYK

 C value IS 0.92

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#0D059F (or 0x0D059F) is known color: New Midnight Blue. HEX triplet: 0D, 05 and 9F. RGB value is (13,5,159). Sum of RGB (Red+Green+Blue) = 13+5+159=177 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.34% from 177); Green value is 5 (2.34% from 255 or 2.82% from 177); Blue value is 159 (62.5% from 255 or 89.83% from 177); Max value from RGB is 159 - color contains mainly: blue. Hex color #0D059F is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D059F is #F2FA60. Grayscale: #181818. Windows color (decimal): -15923809 or 10421517. OLE color: 10421517.

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

Color convert

RGB 13 5 159 -
CMYK 0.92 0.97 0 0.38
HSL 243.12º 0.94% 0.32% -
HSV(B) 243.12º 0.97% 0.62% -
XYZ 6.48 2.7 32.98 -
YUV 24.95 203.65 119.48 -
System Red Green Blue C M Y K H S L
Decimal 13 5 159 0.92 0.97 0 0.38 243.12 0.94 0.32
Hex D 5 9F 5C 61 0 26 F3 5E 20
Octal 15 5 237 134 141 0 46 363 136 40
Binary 1101 101 10011111 1011100 1100001 0 100110 11110011 1011110 100000

Color Harmonies of #0D059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D059F

Black with #0D059F

Text Example


Text Example

White with #0D059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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