Html Css Color HEX #1D248A Midnight Blue

📋 copy color: '#1D248A'

red 29 ◦ green 36 ◦ blue 138

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

Shades of Midnight Blue #1D248A

Tints of Midnight Blue #1D248A

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.73%

 BLUE value IS 138 (54.3% from 255) = 67.98%

R = 14.29%
G = 17.73%
B = 67.98%

CMYK

 C value IS 0.79

 M value IS 0.74

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1D248A (or 0x1D248A) is known color: Midnight Blue. HEX triplet: 1D, 24 and 8A. RGB value is (29,36,138). Sum of RGB (Red+Green+Blue) = 29+36+138=203 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.29% from 203); Green value is 36 (14.45% from 255 or 17.73% from 203); Blue value is 138 (54.30% from 255 or 67.98% from 203); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D248A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D248A is #E2DB75. Grayscale: #2D2D2D. Windows color (decimal): -14867318 or 9053213. OLE color: 9053213.

HSL color Cylindrical-coordinate representation of color #1D248A: hue angle of 236.15º degrees, saturation: 0.65, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1D248A is Cyan = 0.79, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 29 36 138 -
CMYK 0.79 0.74 0 0.46
HSL 236.15º 0.65% 0.33% -
HSV(B) 236.15º 0.79% 0.54% -
XYZ 5.73 3.36 24.39 -
YUV 45.54 180.18 116.21 -
System Red Green Blue C M Y K H S L
Decimal 29 36 138 0.79 0.74 0 0.46 236.15 0.65 0.33
Hex 1D 24 8A 4F 4A 0 2E EC 41 21
Octal 35 44 212 117 112 0 56 354 101 41
Binary 11101 100100 10001010 1001111 1001010 0 101110 11101100 1000001 100001

Color Harmonies of #1D248A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D248A

Black with #1D248A

Text Example


Text Example

White with #1D248A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,36,138); }

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

background-color css

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

 a { background-color: rgb(29,36,138); }

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

border-color css

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

 span { border-color: rgb(29,36,138); }

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