Html Css Color HEX #0D056C Midnight Blue

📋 copy color: '#0D056C'

red 13 ◦ green 5 ◦ blue 108

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

Shades of Midnight Blue #0D056C

Tints of Midnight Blue #0D056C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 85.71%

R = 10.32%
G = 3.97%
B = 85.71%

CMYK

 C value IS 0.88

 M value IS 0.95

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0D056C (or 0x0D056C) is known color: Midnight Blue. HEX triplet: 0D, 05 and 6C. RGB value is (13,5,108). Sum of RGB (Red+Green+Blue) = 13+5+108=126 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.32% from 126); Green value is 5 (2.34% from 255 or 3.97% from 126); Blue value is 108 (42.58% from 255 or 85.71% from 126); Max value from RGB is 108 - color contains mainly: blue. Hex color #0D056C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D056C is #F2FA93. Grayscale: #121212. Windows color (decimal): -15923860 or 7079181. OLE color: 7079181.

HSL color Cylindrical-coordinate representation of color #0D056C: hue angle of 244.66º degrees, saturation: 0.91, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D056C is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 13 5 108 -
CMYK 0.88 0.95 0 0.58
HSL 244.66º 0.91% 0.22% -
HSV(B) 244.66º 0.95% 0.42% -
XYZ 2.93 1.28 14.28 -
YUV 19.13 178.15 123.62 -
System Red Green Blue C M Y K H S L
Decimal 13 5 108 0.88 0.95 0 0.58 244.66 0.91 0.22
Hex D 5 6C 58 5F 0 3A F5 5B 16
Octal 15 5 154 130 137 0 72 365 133 26
Binary 1101 101 1101100 1011000 1011111 0 111010 11110101 1011011 10110

Color Harmonies of #0D056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D056C

Black with #0D056C

Text Example


Text Example

White with #0D056C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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