Html Css Color HEX #0D0966 Midnight Blue

📋 copy color: '#0D0966'

red 13 ◦ green 9 ◦ blue 102

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

Shades of Midnight Blue #0D0966

Tints of Midnight Blue #0D0966

RGB

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

 GREEN value IS 9 (3.91% from 255) = 7.26%

 BLUE value IS 102 (40.23% from 255) = 82.26%

R = 10.48%
G = 7.26%
B = 82.26%

CMYK

 C value IS 0.87

 M value IS 0.91

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#0D0966 (or 0x0D0966) is known color: Midnight Blue. HEX triplet: 0D, 09 and 66. RGB value is (13,9,102). Sum of RGB (Red+Green+Blue) = 13+9+102=124 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.48% from 124); Green value is 9 (3.91% from 255 or 7.26% from 124); Blue value is 102 (40.23% from 255 or 82.26% from 124); Max value from RGB is 102 - color contains mainly: blue. Hex color #0D0966 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D0966 is #F2F699. Grayscale: #141414. Windows color (decimal): -15922842 or 6686989. OLE color: 6686989.

HSL color Cylindrical-coordinate representation of color #0D0966: hue angle of 242.58º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0D0966 is Cyan = 0.87, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 13 9 102 -
CMYK 0.87 0.91 0 0.6
HSL 242.58º 0.84% 0.22% -
HSV(B) 242.58º 0.91% 0.4% -
XYZ 2.66 1.24 12.67 -
YUV 20.8 173.83 122.44 -
System Red Green Blue C M Y K H S L
Decimal 13 9 102 0.87 0.91 0 0.6 242.58 0.84 0.22
Hex D 9 66 57 5B 0 3C F3 54 16
Octal 15 11 146 127 133 0 74 363 124 26
Binary 1101 1001 1100110 1010111 1011011 0 111100 11110011 1010100 10110

Color Harmonies of #0D0966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D0966

Black with #0D0966

Text Example


Text Example

White with #0D0966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,9,102); }

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

background-color css

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

 a { background-color: rgb(13,9,102); }

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

border-color css

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

 span { border-color: rgb(13,9,102); }

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