Html Css Color HEX #0D056B Midnight Blue

📋 copy color: '#0D056B'

red 13 ◦ green 5 ◦ blue 107

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

Shades of Midnight Blue #0D056B

Tints of Midnight Blue #0D056B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 85.6%

R = 10.4%
G = 4%
B = 85.6%

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

#0D056B (or 0x0D056B) is known color: Midnight Blue. HEX triplet: 0D, 05 and 6B. RGB value is (13,5,107). Sum of RGB (Red+Green+Blue) = 13+5+107=125 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.4% from 125); Green value is 5 (2.34% from 255 or 4% from 125); Blue value is 107 (42.19% from 255 or 85.6% from 125); Max value from RGB is 107 - color contains mainly: blue. Hex color #0D056B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D056B is #F2FA94. Grayscale: #121212. Windows color (decimal): -15923861 or 7013645. OLE color: 7013645.

HSL color Cylindrical-coordinate representation of color #0D056B: hue angle of 244.71º 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 #0D056B is Cyan = 0.88, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 13 5 107 -
CMYK 0.88 0.95 0 0.58
HSL 244.71º 0.91% 0.22% -
HSV(B) 244.71º 0.95% 0.42% -
XYZ 2.87 1.26 14 -
YUV 19.02 177.65 123.71 -
System Red Green Blue C M Y K H S L
Decimal 13 5 107 0.88 0.95 0 0.58 244.71 0.91 0.22
Hex D 5 6B 58 5F 0 3A F5 5B 16
Octal 15 5 153 130 137 0 72 365 133 26
Binary 1101 101 1101011 1011000 1011111 0 111010 11110101 1011011 10110

Color Harmonies of #0D056B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D056B

Black with #0D056B

Text Example


Text Example

White with #0D056B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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