Html Css Color HEX #1D228A Midnight Blue

📋 copy color: '#1D228A'

red 29 ◦ green 34 ◦ blue 138

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

Shades of Midnight Blue #1D228A

Tints of Midnight Blue #1D228A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.92%

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

R = 14.43%
G = 16.92%
B = 68.66%

CMYK

 C value IS 0.79

 M value IS 0.75

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1D228A (or 0x1D228A) is known color: Midnight Blue. HEX triplet: 1D, 22 and 8A. RGB value is (29,34,138). Sum of RGB (Red+Green+Blue) = 29+34+138=201 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.43% from 201); Green value is 34 (13.67% from 255 or 16.92% from 201); Blue value is 138 (54.30% from 255 or 68.66% from 201); Max value from RGB is 138 - color contains mainly: blue. Hex color #1D228A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D228A is #E2DD75. Grayscale: #2B2B2B. Windows color (decimal): -14867830 or 9052701. OLE color: 9052701.

HSL color Cylindrical-coordinate representation of color #1D228A: hue angle of 237.25º 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 #1D228A is Cyan = 0.79, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 29 34 138 -
CMYK 0.79 0.75 0 0.46
HSL 237.25º 0.65% 0.33% -
HSV(B) 237.25º 0.79% 0.54% -
XYZ 5.67 3.24 24.37 -
YUV 44.36 180.84 117.04 -
System Red Green Blue C M Y K H S L
Decimal 29 34 138 0.79 0.75 0 0.46 237.25 0.65 0.33
Hex 1D 22 8A 4F 4B 0 2E ED 41 21
Octal 35 42 212 117 113 0 56 355 101 41
Binary 11101 100010 10001010 1001111 1001011 0 101110 11101101 1000001 100001

Color Harmonies of #1D228A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D228A

Black with #1D228A

Text Example


Text Example

White with #1D228A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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