Html Css Color HEX #0D1875 Midnight Blue

📋 copy color: '#0D1875'

red 13 ◦ green 24 ◦ blue 117

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

Shades of Midnight Blue #0D1875

Tints of Midnight Blue #0D1875

RGB

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

 GREEN value IS 24 (9.77% from 255) = 15.58%

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

R = 8.44%
G = 15.58%
B = 75.97%

CMYK

 C value IS 0.89

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0D1875 (or 0x0D1875) is known color: Midnight Blue. HEX triplet: 0D, 18 and 75. RGB value is (13,24,117). Sum of RGB (Red+Green+Blue) = 13+24+117=154 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.44% from 154); Green value is 24 (9.77% from 255 or 15.58% from 154); Blue value is 117 (46.09% from 255 or 75.97% from 154); Max value from RGB is 117 - color contains mainly: blue. Hex color #0D1875 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0D1875 is #F2E78A. Grayscale: #1E1E1E. Windows color (decimal): -15918987 or 7673869. OLE color: 7673869.

HSL color Cylindrical-coordinate representation of color #0D1875: hue angle of 233.65º 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 #0D1875 is Cyan = 0.89, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 13 24 117 -
CMYK 0.89 0.79 0 0.54
HSL 233.65º 0.8% 0.25% -
HSV(B) 233.65º 0.89% 0.46% -
XYZ 3.7 2.02 17.02 -
YUV 31.31 176.36 114.94 -
System Red Green Blue C M Y K H S L
Decimal 13 24 117 0.89 0.79 0 0.54 233.65 0.8 0.25
Hex D 18 75 59 4F 0 36 EA 50 19
Octal 15 30 165 131 117 0 66 352 120 31
Binary 1101 11000 1110101 1011001 1001111 0 110110 11101010 1010000 11001

Color Harmonies of #0D1875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1875

Black with #0D1875

Text Example


Text Example

White with #0D1875

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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