Html Css Color HEX #0D059C New Midnight Blue

📋 copy color: '#0D059C'

red 13 ◦ green 5 ◦ blue 156

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

Shades of New Midnight Blue #0D059C

Tints of New Midnight Blue #0D059C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 89.66%

R = 7.47%
G = 2.87%
B = 89.66%

CMYK

 C value IS 0.92

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0D059C (or 0x0D059C) is known color: New Midnight Blue. HEX triplet: 0D, 05 and 9C. RGB value is (13,5,156). Sum of RGB (Red+Green+Blue) = 13+5+156=174 (23% of max value = 765). Red value is 13 (5.47% from 255 or 7.47% from 174); Green value is 5 (2.34% from 255 or 2.87% from 174); Blue value is 156 (61.33% from 255 or 89.66% from 174); Max value from RGB is 156 - color contains mainly: blue. Hex color #0D059C is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0D059C is #F2FA63. Grayscale: #181818. Windows color (decimal): -15923812 or 10224909. OLE color: 10224909.

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

Color convert

RGB 13 5 156 -
CMYK 0.92 0.97 0 0.39
HSL 243.18º 0.94% 0.32% -
HSV(B) 243.18º 0.97% 0.61% -
XYZ 6.22 2.59 31.63 -
YUV 24.61 202.15 119.72 -
System Red Green Blue C M Y K H S L
Decimal 13 5 156 0.92 0.97 0 0.39 243.18 0.94 0.32
Hex D 5 9C 5C 61 0 27 F3 5E 20
Octal 15 5 234 134 141 0 47 363 136 40
Binary 1101 101 10011100 1011100 1100001 0 100111 11110011 1011110 100000

Color Harmonies of #0D059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D059C

Black with #0D059C

Text Example


Text Example

White with #0D059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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