Html Css Color HEX #1D3389 Resolution Blue

📋 copy color: '#1D3389'

red 29 ◦ green 51 ◦ blue 137

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

Shades of Resolution Blue #1D3389

Tints of Resolution Blue #1D3389

RGB

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

 GREEN value IS 51 (20.31% from 255) = 23.5%

 BLUE value IS 137 (53.91% from 255) = 63.13%

R = 13.36%
G = 23.5%
B = 63.13%

CMYK

 C value IS 0.79

 M value IS 0.63

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1D3389 (or 0x1D3389) is known color: Resolution Blue. HEX triplet: 1D, 33 and 89. RGB value is (29,51,137). Sum of RGB (Red+Green+Blue) = 29+51+137=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 51 (20.31% from 255 or 23.50% from 217); Blue value is 137 (53.91% from 255 or 63.13% from 217); Max value from RGB is 137 - color contains mainly: blue. Hex color #1D3389 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3389 is #E2CC76. Grayscale: #353535. Windows color (decimal): -14863479 or 8991517. OLE color: 8991517.

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

Color convert

RGB 29 51 137 -
CMYK 0.79 0.63 0 0.46
HSL 227.78º 0.65% 0.33% -
HSV(B) 227.78º 0.79% 0.54% -
XYZ 6.21 4.44 24.2 -
YUV 54.23 174.71 110.01 -
System Red Green Blue C M Y K H S L
Decimal 29 51 137 0.79 0.63 0 0.46 227.78 0.65 0.33
Hex 1D 33 89 4F 3F 0 2E E4 41 21
Octal 35 63 211 117 77 0 56 344 101 41
Binary 11101 110011 10001001 1001111 111111 0 101110 11100100 1000001 100001

Color Harmonies of #1D3389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3389

Black with #1D3389

Text Example


Text Example

White with #1D3389

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,51,137); }

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

background-color css

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

 a { background-color: rgb(29,51,137); }

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

border-color css

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

 span { border-color: rgb(29,51,137); }

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