Html Css Color HEX #1D056E Midnight Blue

📋 copy color: '#1D056E'

red 29 ◦ green 5 ◦ blue 110

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

Shades of Midnight Blue #1D056E

Tints of Midnight Blue #1D056E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.47%

 BLUE value IS 110 (43.36% from 255) = 76.39%

R = 20.14%
G = 3.47%
B = 76.39%

CMYK

 C value IS 0.74

 M value IS 0.95

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1D056E (or 0x1D056E) is known color: Midnight Blue. HEX triplet: 1D, 05 and 6E. RGB value is (29,5,110). Sum of RGB (Red+Green+Blue) = 29+5+110=144 (19% of max value = 765). Red value is 29 (11.72% from 255 or 20.14% from 144); Green value is 5 (2.34% from 255 or 3.47% from 144); Blue value is 110 (43.36% from 255 or 76.39% from 144); Max value from RGB is 110 - color contains mainly: blue. Hex color #1D056E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1D056E is #E2FA91. Grayscale: #171717. Windows color (decimal): -14875282 or 7210269. OLE color: 7210269.

HSL color Cylindrical-coordinate representation of color #1D056E: hue angle of 253.71º degrees, saturation: 0.91, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #1D056E is Cyan = 0.74, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 29 5 110 -
CMYK 0.74 0.95 0 0.57
HSL 253.71º 0.91% 0.23% -
HSV(B) 253.71º 0.95% 0.43% -
XYZ 3.38 1.5 14.86 -
YUV 24.15 176.45 131.46 -
System Red Green Blue C M Y K H S L
Decimal 29 5 110 0.74 0.95 0 0.57 253.71 0.91 0.23
Hex 1D 5 6E 4A 5F 0 39 FE 5B 17
Octal 35 5 156 112 137 0 71 376 133 27
Binary 11101 101 1101110 1001010 1011111 0 111001 11111110 1011011 10111

Color Harmonies of #1D056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D056E

Black with #1D056E

Text Example


Text Example

White with #1D056E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,5,110); }

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

background-color css

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

 a { background-color: rgb(29,5,110); }

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

border-color css

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

 span { border-color: rgb(29,5,110); }

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