Html Css Color HEX #1D2775 Midnight Blue

📋 copy color: '#1D2775'

red 29 ◦ green 39 ◦ blue 117

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

Shades of Midnight Blue #1D2775

Tints of Midnight Blue #1D2775

RGB

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

 GREEN value IS 39 (15.63% from 255) = 21.08%

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

R = 15.68%
G = 21.08%
B = 63.24%

CMYK

 C value IS 0.75

 M value IS 0.67

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1D2775 (or 0x1D2775) is known color: Midnight Blue. HEX triplet: 1D, 27 and 75. RGB value is (29,39,117). Sum of RGB (Red+Green+Blue) = 29+39+117=185 (24% of max value = 765). Red value is 29 (11.72% from 255 or 15.68% from 185); Green value is 39 (15.62% from 255 or 21.08% from 185); Blue value is 117 (46.09% from 255 or 63.24% from 185); Max value from RGB is 117 - color contains mainly: blue. Hex color #1D2775 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D2775 is #E2D88A. Grayscale: #2C2C2C. Windows color (decimal): -14866571 or 7677725. OLE color: 7677725.

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

Color convert

RGB 29 39 117 -
CMYK 0.75 0.67 0 0.54
HSL 233.18º 0.6% 0.29% -
HSV(B) 233.18º 0.75% 0.46% -
XYZ 4.44 3 17.17 -
YUV 44.9 168.69 116.66 -
System Red Green Blue C M Y K H S L
Decimal 29 39 117 0.75 0.67 0 0.54 233.18 0.6 0.29
Hex 1D 27 75 4B 43 0 36 E9 3C 1D
Octal 35 47 165 113 103 0 66 351 74 35
Binary 11101 100111 1110101 1001011 1000011 0 110110 11101001 111100 11101

Color Harmonies of #1D2775

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D2775

Black with #1D2775

Text Example


Text Example

White with #1D2775

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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