Html Css Color HEX #1D0975 Midnight Blue

📋 copy color: '#1D0975'

red 29 ◦ green 9 ◦ blue 117

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

Shades of Midnight Blue #1D0975

Tints of Midnight Blue #1D0975

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.81%

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

R = 18.71%
G = 5.81%
B = 75.48%

CMYK

 C value IS 0.75

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1D0975 (or 0x1D0975) is known color: Midnight Blue. HEX triplet: 1D, 09 and 75. RGB value is (29,9,117). Sum of RGB (Red+Green+Blue) = 29+9+117=155 (20% of max value = 765). Red value is 29 (11.72% from 255 or 18.71% from 155); Green value is 9 (3.91% from 255 or 5.81% from 155); Blue value is 117 (46.09% from 255 or 75.48% from 155); Max value from RGB is 117 - color contains mainly: blue. Hex color #1D0975 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D0975 is #E2F68A. Grayscale: #1A1A1A. Windows color (decimal): -14874251 or 7670045. OLE color: 7670045.

HSL color Cylindrical-coordinate representation of color #1D0975: hue angle of 251.11º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #1D0975 is Cyan = 0.75, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 29 9 117 -
CMYK 0.75 0.92 0 0.54
HSL 251.11º 0.86% 0.25% -
HSV(B) 251.11º 0.92% 0.46% -
XYZ 3.82 1.74 16.96 -
YUV 27.29 178.63 129.22 -
System Red Green Blue C M Y K H S L
Decimal 29 9 117 0.75 0.92 0 0.54 251.11 0.86 0.25
Hex 1D 9 75 4B 5C 0 36 FB 56 19
Octal 35 11 165 113 134 0 66 373 126 31
Binary 11101 1001 1110101 1001011 1011100 0 110110 11111011 1010110 11001

Color Harmonies of #1D0975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D0975

Black with #1D0975

Text Example


Text Example

White with #1D0975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,9,117); }

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

background-color css

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

 a { background-color: rgb(29,9,117); }

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

border-color css

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

 span { border-color: rgb(29,9,117); }

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