Html Css Color HEX #0D1B75 Midnight Blue

📋 copy color: '#0D1B75'

red 13 ◦ green 27 ◦ blue 117

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

Shades of Midnight Blue #0D1B75

Tints of Midnight Blue #0D1B75

RGB

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

 GREEN value IS 27 (10.94% from 255) = 17.2%

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

R = 8.28%
G = 17.2%
B = 74.52%

CMYK

 C value IS 0.89

 M value IS 0.77

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#0D1B75 (or 0x0D1B75) is known color: Midnight Blue. HEX triplet: 0D, 1B and 75. RGB value is (13,27,117). Sum of RGB (Red+Green+Blue) = 13+27+117=157 (20% of max value = 765). Red value is 13 (5.47% from 255 or 8.28% from 157); Green value is 27 (10.94% from 255 or 17.20% from 157); Blue value is 117 (46.09% from 255 or 74.52% from 157); Max value from RGB is 117 - color contains mainly: blue. Hex color #0D1B75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0D1B75 is #F2E48A. Grayscale: #202020. Windows color (decimal): -15918219 or 7674637. OLE color: 7674637.

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

Color convert

RGB 13 27 117 -
CMYK 0.89 0.77 0 0.54
HSL 231.92º 0.8% 0.25% -
HSV(B) 231.92º 0.89% 0.46% -
XYZ 3.77 2.15 17.05 -
YUV 33.07 175.36 113.68 -
System Red Green Blue C M Y K H S L
Decimal 13 27 117 0.89 0.77 0 0.54 231.92 0.8 0.25
Hex D 1B 75 59 4D 0 36 E8 50 19
Octal 15 33 165 131 115 0 66 350 120 31
Binary 1101 11011 1110101 1011001 1001101 0 110110 11101000 1010000 11001

Color Harmonies of #0D1B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D1B75

Black with #0D1B75

Text Example


Text Example

White with #0D1B75

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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