Html Css Color HEX #0D035B Midnight Blue

📋 copy color: '#0D035B'

red 13 ◦ green 3 ◦ blue 91

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

Shades of Midnight Blue #0D035B

Tints of Midnight Blue #0D035B

RGB

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

 GREEN value IS 3 (1.56% from 255) = 2.8%

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

R = 12.15%
G = 2.8%
B = 85.05%

CMYK

 C value IS 0.86

 M value IS 0.97

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#0D035B (or 0x0D035B) is known color: Midnight Blue. HEX triplet: 0D, 03 and 5B. RGB value is (13,3,91). Sum of RGB (Red+Green+Blue) = 13+3+91=107 (14% of max value = 765). Red value is 13 (5.47% from 255 or 12.15% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 91 (35.94% from 255 or 85.05% from 107); Max value from RGB is 91 - color contains mainly: blue. Hex color #0D035B is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D035B is #F2FCA4. Grayscale: #0F0F0F. Windows color (decimal): -15924389 or 5964557. OLE color: 5964557.

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

Color convert

RGB 13 3 91 -
CMYK 0.86 0.97 0 0.64
HSL 246.82º 0.94% 0.18% -
HSV(B) 246.82º 0.97% 0.36% -
XYZ 2.09 0.91 9.96 -
YUV 16.02 170.31 125.84 -
System Red Green Blue C M Y K H S L
Decimal 13 3 91 0.86 0.97 0 0.64 246.82 0.94 0.18
Hex D 3 5B 56 61 0 40 F7 5E 12
Octal 15 3 133 126 141 0 100 367 136 22
Binary 1101 11 1011011 1010110 1100001 0 1000000 11110111 1011110 10010

Color Harmonies of #0D035B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D035B

Black with #0D035B

Text Example


Text Example

White with #0D035B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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