Html Css Color HEX #0D0652 Midnight Blue

📋 copy color: '#0D0652'

red 13 ◦ green 6 ◦ blue 82

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

Shades of Midnight Blue #0D0652

Tints of Midnight Blue #0D0652

RGB

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

 GREEN value IS 6 (2.73% from 255) = 5.94%

 BLUE value IS 82 (32.42% from 255) = 81.19%

R = 12.87%
G = 5.94%
B = 81.19%

CMYK

 C value IS 0.84

 M value IS 0.93

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#0D0652 (or 0x0D0652) is known color: Midnight Blue. HEX triplet: 0D, 06 and 52. RGB value is (13,6,82). Sum of RGB (Red+Green+Blue) = 13+6+82=101 (13% of max value = 765). Red value is 13 (5.47% from 255 or 12.87% from 101); Green value is 6 (2.73% from 255 or 5.94% from 101); Blue value is 82 (32.42% from 255 or 81.19% from 101); Max value from RGB is 82 - color contains mainly: blue. Hex color #0D0652 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0652 is #F2F9AD. Grayscale: #101010. Windows color (decimal): -15923630 or 5375501. OLE color: 5375501.

HSL color Cylindrical-coordinate representation of color #0D0652: hue angle of 245.53º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0D0652 is Cyan = 0.84, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 13 6 82 -
CMYK 0.84 0.93 0 0.68
HSL 245.53º 0.86% 0.17% -
HSV(B) 245.53º 0.93% 0.32% -
XYZ 1.75 0.83 8.05 -
YUV 16.76 164.82 125.32 -
System Red Green Blue C M Y K H S L
Decimal 13 6 82 0.84 0.93 0 0.68 245.53 0.86 0.17
Hex D 6 52 54 5D 0 44 F6 56 11
Octal 15 6 122 124 135 0 104 366 126 21
Binary 1101 110 1010010 1010100 1011101 0 1000100 11110110 1010110 10001

Color Harmonies of #0D0652

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0652

Black with #0D0652

Text Example


Text Example

White with #0D0652

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,6,82); }

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

background-color css

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

 a { background-color: rgb(13,6,82); }

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

border-color css

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

 span { border-color: rgb(13,6,82); }

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