Html Css Color HEX #0D0355 Midnight Blue

📋 copy color: '#0D0355'

red 13 ◦ green 3 ◦ blue 85

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

Shades of Midnight Blue #0D0355

Tints of Midnight Blue #0D0355

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 84.16%

R = 12.87%
G = 2.97%
B = 84.16%

CMYK

 C value IS 0.85

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#0D0355 (or 0x0D0355) is known color: Midnight Blue. HEX triplet: 0D, 03 and 55. RGB value is (13,3,85). Sum of RGB (Red+Green+Blue) = 13+3+85=101 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.87% from 101); Green value is 3 (1.56% from 255 or 2.97% from 101); Blue value is 85 (33.59% from 255 or 84.16% from 101); Max value from RGB is 85 - color contains mainly: blue. Hex color #0D0355 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0355 is #F2FCAA. Grayscale: #0F0F0F. Windows color (decimal): -15924395 or 5571341. OLE color: 5571341.

HSL color Cylindrical-coordinate representation of color #0D0355: hue angle of 247.32º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0D0355 is Cyan = 0.85, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 13 3 85 -
CMYK 0.85 0.96 0 0.67
HSL 247.32º 0.93% 0.17% -
HSV(B) 247.32º 0.96% 0.33% -
XYZ 1.84 0.81 8.65 -
YUV 15.34 167.31 126.33 -
System Red Green Blue C M Y K H S L
Decimal 13 3 85 0.85 0.96 0 0.67 247.32 0.93 0.17
Hex D 3 55 55 60 0 43 F7 5D 11
Octal 15 3 125 125 140 0 103 367 135 21
Binary 1101 11 1010101 1010101 1100000 0 1000011 11110111 1011101 10001

Color Harmonies of #0D0355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0355

Black with #0D0355

Text Example


Text Example

White with #0D0355

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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