Html Css Color HEX #0D1158 Midnight Blue

📋 copy color: '#0D1158'

red 13 ◦ green 17 ◦ blue 88

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

Shades of Midnight Blue #0D1158

Tints of Midnight Blue #0D1158

RGB

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

 GREEN value IS 17 (7.03% from 255) = 14.41%

 BLUE value IS 88 (34.77% from 255) = 74.58%

R = 11.02%
G = 14.41%
B = 74.58%

CMYK

 C value IS 0.85

 M value IS 0.81

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#0D1158 (or 0x0D1158) is known color: Midnight Blue. HEX triplet: 0D, 11 and 58. RGB value is (13,17,88). Sum of RGB (Red+Green+Blue) = 13+17+88=118 (15% of max value = 765). Red value is 13 (5.47% from 255 or 11.02% from 118); Green value is 17 (7.03% from 255 or 14.41% from 118); Blue value is 88 (34.77% from 255 or 74.58% from 118); Max value from RGB is 88 - color contains mainly: blue. Hex color #0D1158 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1158 is #F2EEA7. Grayscale: #171717. Windows color (decimal): -15920808 or 5771533. OLE color: 5771533.

HSL color Cylindrical-coordinate representation of color #0D1158: hue angle of 236.8º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0D1158 is Cyan = 0.85, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 13 17 88 -
CMYK 0.85 0.81 0 0.65
HSL 236.8º 0.74% 0.2% -
HSV(B) 236.8º 0.85% 0.35% -
XYZ 2.13 1.19 9.35 -
YUV 23.9 164.17 120.23 -
System Red Green Blue C M Y K H S L
Decimal 13 17 88 0.85 0.81 0 0.65 236.8 0.74 0.2
Hex D 11 58 55 51 0 41 ED 4A 14
Octal 15 21 130 125 121 0 101 355 112 24
Binary 1101 10001 1011000 1010101 1010001 0 1000001 11101101 1001010 10100

Color Harmonies of #0D1158

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1158

Black with #0D1158

Text Example


Text Example

White with #0D1158

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,17,88); }

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

background-color css

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

 a { background-color: rgb(13,17,88); }

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

border-color css

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

 span { border-color: rgb(13,17,88); }

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