Html Css Color HEX #0D1068 Midnight Blue

📋 copy color: '#0D1068'

red 13 ◦ green 16 ◦ blue 104

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

Shades of Midnight Blue #0D1068

Tints of Midnight Blue #0D1068

RGB

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

 GREEN value IS 16 (6.64% from 255) = 12.03%

 BLUE value IS 104 (41.02% from 255) = 78.2%

R = 9.77%
G = 12.03%
B = 78.2%

CMYK

 C value IS 0.88

 M value IS 0.85

 Y value IS 0

 K value IS 0.59

RGB Variations

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

Color information

#0D1068 (or 0x0D1068) is known color: Midnight Blue. HEX triplet: 0D, 10 and 68. RGB value is (13,16,104). Sum of RGB (Red+Green+Blue) = 13+16+104=133 (17% of max value = 765). Red value is 13 (5.47% from 255 or 9.77% from 133); Green value is 16 (6.64% from 255 or 12.03% from 133); Blue value is 104 (41.02% from 255 or 78.20% from 133); Max value from RGB is 104 - color contains mainly: blue. Hex color #0D1068 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1068 is #F2EF97. Grayscale: #181818. Windows color (decimal): -15921048 or 6819853. OLE color: 6819853.

HSL color Cylindrical-coordinate representation of color #0D1068: hue angle of 238.02º degrees, saturation: 0.78, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D1068 is Cyan = 0.88, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB 13 16 104 -
CMYK 0.88 0.85 0 0.59
HSL 238.02º 0.78% 0.23% -
HSV(B) 238.02º 0.88% 0.41% -
XYZ 2.85 1.46 13.23 -
YUV 25.14 172.51 119.34 -
System Red Green Blue C M Y K H S L
Decimal 13 16 104 0.88 0.85 0 0.59 238.02 0.78 0.23
Hex D 10 68 58 55 0 3B EE 4E 17
Octal 15 20 150 130 125 0 73 356 116 27
Binary 1101 10000 1101000 1011000 1010101 0 111011 11101110 1001110 10111

Color Harmonies of #0D1068

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1068

Black with #0D1068

Text Example


Text Example

White with #0D1068

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,16,104); }

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

background-color css

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

 a { background-color: rgb(13,16,104); }

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

border-color css

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

 span { border-color: rgb(13,16,104); }

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