Html Css Color HEX #1D276E Midnight Blue

📋 copy color: '#1D276E'

red 29 ◦ green 39 ◦ blue 110

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

Shades of Midnight Blue #1D276E

Tints of Midnight Blue #1D276E

RGB

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

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

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

R = 16.29%
G = 21.91%
B = 61.8%

CMYK

 C value IS 0.74

 M value IS 0.65

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#1D276E (or 0x1D276E) is known color: Midnight Blue. HEX triplet: 1D, 27 and 6E. RGB value is (29,39,110). Sum of RGB (Red+Green+Blue) = 29+39+110=178 (23% of max value = 765). Red value is 29 (11.72% from 255 or 16.29% from 178); Green value is 39 (15.62% from 255 or 21.91% from 178); Blue value is 110 (43.36% from 255 or 61.80% from 178); Max value from RGB is 110 - color contains mainly: blue. Hex color #1D276E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D276E is #E2D891. Grayscale: #2B2B2B. Windows color (decimal): -14866578 or 7218973. OLE color: 7218973.

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

Color convert

RGB 29 39 110 -
CMYK 0.74 0.65 0 0.57
HSL 232.59º 0.58% 0.27% -
HSV(B) 232.59º 0.74% 0.43% -
XYZ 4.05 2.84 15.09 -
YUV 44.1 165.19 117.23 -
System Red Green Blue C M Y K H S L
Decimal 29 39 110 0.74 0.65 0 0.57 232.59 0.58 0.27
Hex 1D 27 6E 4A 41 0 39 E9 3A 1B
Octal 35 47 156 112 101 0 71 351 72 33
Binary 11101 100111 1101110 1001010 1000001 0 111001 11101001 111010 11011

Color Harmonies of #1D276E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D276E

Black with #1D276E

Text Example


Text Example

White with #1D276E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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