Html Css Color HEX #0D155E Midnight Blue

📋 copy color: '#0D155E'

red 13 ◦ green 21 ◦ blue 94

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

Shades of Midnight Blue #0D155E

Tints of Midnight Blue #0D155E

RGB

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

 GREEN value IS 21 (8.59% from 255) = 16.41%

 BLUE value IS 94 (37.11% from 255) = 73.44%

R = 10.16%
G = 16.41%
B = 73.44%

CMYK

 C value IS 0.86

 M value IS 0.78

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#0D155E (or 0x0D155E) is known color: Midnight Blue. HEX triplet: 0D, 15 and 5E. RGB value is (13,21,94). Sum of RGB (Red+Green+Blue) = 13+21+94=128 (16% of max value = 765). Red value is 13 (5.47% from 255 or 10.16% from 128); Green value is 21 (8.59% from 255 or 16.41% from 128); Blue value is 94 (37.11% from 255 or 73.44% from 128); Max value from RGB is 94 - color contains mainly: blue. Hex color #0D155E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D155E is #F2EAA1. Grayscale: #1A1A1A. Windows color (decimal): -15919778 or 6165773. OLE color: 6165773.

HSL color Cylindrical-coordinate representation of color #0D155E: hue angle of 234.07º degrees, saturation: 0.76, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0D155E is Cyan = 0.86, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB 13 21 94 -
CMYK 0.86 0.78 0 0.63
HSL 234.07º 0.76% 0.21% -
HSV(B) 234.07º 0.86% 0.37% -
XYZ 2.45 1.43 10.74 -
YUV 26.93 165.85 118.06 -
System Red Green Blue C M Y K H S L
Decimal 13 21 94 0.86 0.78 0 0.63 234.07 0.76 0.21
Hex D 15 5E 56 4E 0 3F EA 4C 15
Octal 15 25 136 126 116 0 77 352 114 25
Binary 1101 10101 1011110 1010110 1001110 0 111111 11101010 1001100 10101

Color Harmonies of #0D155E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D155E

Black with #0D155E

Text Example


Text Example

White with #0D155E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,21,94); }

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

background-color css

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

 a { background-color: rgb(13,21,94); }

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

border-color css

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

 span { border-color: rgb(13,21,94); }

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