Html Css Color HEX #0D1775 Midnight Blue

📋 copy color: '#0D1775'

red 13 ◦ green 23 ◦ blue 117

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

Shades of Midnight Blue #0D1775

Tints of Midnight Blue #0D1775

RGB

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

 GREEN value IS 23 (9.38% from 255) = 15.03%

 BLUE value IS 117 (46.09% from 255) = 76.47%

R = 8.5%
G = 15.03%
B = 76.47%

CMYK

 C value IS 0.89

 M value IS 0.80

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0D1775 (or 0x0D1775) is known color: Midnight Blue. HEX triplet: 0D, 17 and 75. RGB value is (13,23,117). Sum of RGB (Red+Green+Blue) = 13+23+117=153 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.50% from 153); Green value is 23 (9.38% from 255 or 15.03% from 153); Blue value is 117 (46.09% from 255 or 76.47% from 153); Max value from RGB is 117 - color contains mainly: blue. Hex color #0D1775 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1775 is #F2E88A. Grayscale: #1E1E1E. Windows color (decimal): -15919243 or 7673613. OLE color: 7673613.

HSL color Cylindrical-coordinate representation of color #0D1775: hue angle of 234.23º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D1775 is Cyan = 0.89, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 13 23 117 -
CMYK 0.89 0.80 0 0.54
HSL 234.23º 0.8% 0.25% -
HSV(B) 234.23º 0.89% 0.46% -
XYZ 3.68 1.98 17.02 -
YUV 30.73 176.69 115.36 -
System Red Green Blue C M Y K H S L
Decimal 13 23 117 0.89 0.80 0 0.54 234.23 0.8 0.25
Hex D 17 75 59 50 0 36 EA 50 19
Octal 15 27 165 131 120 0 66 352 120 31
Binary 1101 10111 1110101 1011001 1010000 0 110110 11101010 1010000 11001

Color Harmonies of #0D1775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1775

Black with #0D1775

Text Example


Text Example

White with #0D1775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(13,23,117); }

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

background-color css

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

 a { background-color: rgb(13,23,117); }

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

border-color css

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

 span { border-color: rgb(13,23,117); }

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