Html Css Color HEX #1D0461 Midnight Blue

📋 copy color: '#1D0461'

red 29 ◦ green 4 ◦ blue 97

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

Shades of Midnight Blue #1D0461

Tints of Midnight Blue #1D0461

RGB

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

 GREEN value IS 4 (1.95% from 255) = 3.08%

 BLUE value IS 97 (38.28% from 255) = 74.62%

R = 22.31%
G = 3.08%
B = 74.62%

CMYK

 C value IS 0.70

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#1D0461 (or 0x1D0461) is known color: Midnight Blue. HEX triplet: 1D, 04 and 61. RGB value is (29,4,97). Sum of RGB (Red+Green+Blue) = 29+4+97=130 (17% of max value = 765). Red value is 29 (11.72% from 255 or 22.31% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 97 (38.28% from 255 or 74.62% from 130); Max value from RGB is 97 - color contains mainly: blue. Hex color #1D0461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0461 is #E2FB9E. Grayscale: #151515. Windows color (decimal): -14875551 or 6358045. OLE color: 6358045.

HSL color Cylindrical-coordinate representation of color #1D0461: hue angle of 256.13º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #1D0461 is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 29 4 97 -
CMYK 0.70 0.96 0 0.62
HSL 256.13º 0.92% 0.2% -
HSV(B) 256.13º 0.96% 0.38% -
XYZ 2.71 1.21 11.4 -
YUV 22.08 170.28 132.94 -
System Red Green Blue C M Y K H S L
Decimal 29 4 97 0.70 0.96 0 0.62 256.13 0.92 0.2
Hex 1D 4 61 46 60 0 3E 100 5C 14
Octal 35 4 141 106 140 0 76 400 134 24
Binary 11101 100 1100001 1000110 1100000 0 111110 100000000 1011100 10100

Color Harmonies of #1D0461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0461

Black with #1D0461

Text Example


Text Example

White with #1D0461

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,4,97); }

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

background-color css

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

 a { background-color: rgb(29,4,97); }

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

border-color css

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

 span { border-color: rgb(29,4,97); }

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