Html Css Color HEX #1D1F67 Midnight Blue

📋 copy color: '#1D1F67'

red 29 ◦ green 31 ◦ blue 103

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

Shades of Midnight Blue #1D1F67

Tints of Midnight Blue #1D1F67

RGB

 RED value IS 29 (11.72% from 255) = 17.79%

 GREEN value IS 31 (12.5% from 255) = 19.02%

 BLUE value IS 103 (40.63% from 255) = 63.19%

R = 17.79%
G = 19.02%
B = 63.19%

CMYK

 C value IS 0.72

 M value IS 0.70

 Y value IS 0

 K value IS 0.60

RGB Variations

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

Color information

#1D1F67 (or 0x1D1F67) is known color: Midnight Blue. HEX triplet: 1D, 1F and 67. RGB value is (29,31,103). Sum of RGB (Red+Green+Blue) = 29+31+103=163 (21% of max value = 765). Red value is 29 (11.72% from 255 or 17.79% from 163); Green value is 31 (12.5% from 255 or 19.02% from 163); Blue value is 103 (40.62% from 255 or 63.19% from 163); Max value from RGB is 103 - color contains mainly: blue. Hex color #1D1F67 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D1F67 is #E2E098. Grayscale: #262626. Windows color (decimal): -14868633 or 6758173. OLE color: 6758173.

HSL color Cylindrical-coordinate representation of color #1D1F67: hue angle of 238.38º degrees, saturation: 0.56, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1D1F67 is Cyan = 0.72, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB 29 31 103 -
CMYK 0.72 0.70 0 0.60
HSL 238.38º 0.56% 0.26% -
HSV(B) 238.38º 0.72% 0.4% -
XYZ 3.44 2.22 13.08 -
YUV 38.61 164.34 121.15 -
System Red Green Blue C M Y K H S L
Decimal 29 31 103 0.72 0.70 0 0.60 238.38 0.56 0.26
Hex 1D 1F 67 48 46 0 3C EE 38 1A
Octal 35 37 147 110 106 0 74 356 70 32
Binary 11101 11111 1100111 1001000 1000110 0 111100 11101110 111000 11010

Color Harmonies of #1D1F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D1F67

Black with #1D1F67

Text Example


Text Example

White with #1D1F67

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D1F67; }

 p { color: rgb(29,31,103); }

 H1.HeaderClassName
 {
   color: #1D1F67;
 }
 .AnyTagClassName
 {
   color: #1D1F67;
 }
</style>

background-color css

<style>
 a { background-color: #1D1F67; }

 a { background-color: rgb(29,31,103); }

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

border-color css

<style>
 span { border-color: #1D1F67; }

 span { border-color: rgb(29,31,103); }

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