Html Css Color HEX #0D055B Midnight Blue

📋 copy color: '#0D055B'

red 13 ◦ green 5 ◦ blue 91

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

Shades of Midnight Blue #0D055B

Tints of Midnight Blue #0D055B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 83.49%

R = 11.93%
G = 4.59%
B = 83.49%

CMYK

 C value IS 0.86

 M value IS 0.95

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0D055B (or 0x0D055B) is known color: Midnight Blue. HEX triplet: 0D, 05 and 5B. RGB value is (13,5,91). Sum of RGB (Red+Green+Blue) = 13+5+91=109 (14% of max value = 765). Red value is 13 (5.47% from 255 or 11.93% from 109); Green value is 5 (2.34% from 255 or 4.59% from 109); Blue value is 91 (35.94% from 255 or 83.49% from 109); Max value from RGB is 91 - color contains mainly: blue. Hex color #0D055B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D055B is #F2FAA4. Grayscale: #101010. Windows color (decimal): -15923877 or 5965069. OLE color: 5965069.

HSL color Cylindrical-coordinate representation of color #0D055B: hue angle of 245.58º degrees, saturation: 0.9, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0D055B is Cyan = 0.86, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 13 5 91 -
CMYK 0.86 0.95 0 0.64
HSL 245.58º 0.9% 0.19% -
HSV(B) 245.58º 0.95% 0.36% -
XYZ 2.11 0.95 9.97 -
YUV 17.2 169.65 125.01 -
System Red Green Blue C M Y K H S L
Decimal 13 5 91 0.86 0.95 0 0.64 245.58 0.9 0.19
Hex D 5 5B 56 5F 0 40 F6 5A 13
Octal 15 5 133 126 137 0 100 366 132 23
Binary 1101 101 1011011 1010110 1011111 0 1000000 11110110 1011010 10011

Color Harmonies of #0D055B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D055B

Black with #0D055B

Text Example


Text Example

White with #0D055B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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