Html Css Color HEX #0D217D Midnight Blue

📋 copy color: '#0D217D'

red 13 ◦ green 33 ◦ blue 125

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

Shades of Midnight Blue #0D217D

Tints of Midnight Blue #0D217D

RGB

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

 GREEN value IS 33 (13.28% from 255) = 19.3%

 BLUE value IS 125 (49.22% from 255) = 73.1%

R = 7.6%
G = 19.3%
B = 73.1%

CMYK

 C value IS 0.90

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0D217D (or 0x0D217D) is known color: Midnight Blue. HEX triplet: 0D, 21 and 7D. RGB value is (13,33,125). Sum of RGB (Red+Green+Blue) = 13+33+125=171 (22% of max value = 765). Red value is 13 (5.47% from 255 or 7.60% from 171); Green value is 33 (13.28% from 255 or 19.30% from 171); Blue value is 125 (49.22% from 255 or 73.10% from 171); Max value from RGB is 125 - color contains mainly: blue. Hex color #0D217D is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D217D is #F2DE82. Grayscale: #252525. Windows color (decimal): -15916675 or 8200461. OLE color: 8200461.

HSL color Cylindrical-coordinate representation of color #0D217D: hue angle of 229.29º degrees, saturation: 0.81, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0D217D is Cyan = 0.90, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 13 33 125 -
CMYK 0.90 0.74 0 0.51
HSL 229.29º 0.81% 0.27% -
HSV(B) 229.29º 0.9% 0.49% -
XYZ 4.41 2.65 19.68 -
YUV 37.51 177.37 110.52 -
System Red Green Blue C M Y K H S L
Decimal 13 33 125 0.90 0.74 0 0.51 229.29 0.81 0.27
Hex D 21 7D 5A 4A 0 33 E5 51 1B
Octal 15 41 175 132 112 0 63 345 121 33
Binary 1101 100001 1111101 1011010 1001010 0 110011 11100101 1010001 11011

Color Harmonies of #0D217D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D217D

Black with #0D217D

Text Example


Text Example

White with #0D217D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,33,125); }

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

background-color css

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

 a { background-color: rgb(13,33,125); }

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

border-color css

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

 span { border-color: rgb(13,33,125); }

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