Html Css Color HEX #0D196F Midnight Blue

📋 copy color: '#0D196F'

red 13 ◦ green 25 ◦ blue 111

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

Shades of Midnight Blue #0D196F

Tints of Midnight Blue #0D196F

RGB

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

 GREEN value IS 25 (10.16% from 255) = 16.78%

 BLUE value IS 111 (43.75% from 255) = 74.5%

R = 8.72%
G = 16.78%
B = 74.5%

CMYK

 C value IS 0.88

 M value IS 0.77

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0D196F (or 0x0D196F) is known color: Midnight Blue. HEX triplet: 0D, 19 and 6F. RGB value is (13,25,111). Sum of RGB (Red+Green+Blue) = 13+25+111=149 (19% of max value = 765). Red value is 13 (5.47% from 255 or 8.72% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 111 (43.75% from 255 or 74.50% from 149); Max value from RGB is 111 - color contains mainly: blue. Hex color #0D196F is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D196F is #F2E690. Grayscale: #1E1E1E. Windows color (decimal): -15918737 or 7280909. OLE color: 7280909.

HSL color Cylindrical-coordinate representation of color #0D196F: hue angle of 232.65º degrees, saturation: 0.79, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0D196F is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 13 25 111 -
CMYK 0.88 0.77 0 0.56
HSL 232.65º 0.79% 0.24% -
HSV(B) 232.65º 0.88% 0.44% -
XYZ 3.38 1.93 15.23 -
YUV 31.22 173.02 115.01 -
System Red Green Blue C M Y K H S L
Decimal 13 25 111 0.88 0.77 0 0.56 232.65 0.79 0.24
Hex D 19 6F 58 4D 0 38 E9 4F 18
Octal 15 31 157 130 115 0 70 351 117 30
Binary 1101 11001 1101111 1011000 1001101 0 111000 11101001 1001111 11000

Color Harmonies of #0D196F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D196F

Black with #0D196F

Text Example


Text Example

White with #0D196F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,25,111); }

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

background-color css

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

 a { background-color: rgb(13,25,111); }

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

border-color css

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

 span { border-color: rgb(13,25,111); }

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