Html Css Color HEX #1D3489 Resolution Blue

📋 copy color: '#1D3489'

red 29 ◦ green 52 ◦ blue 137

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

Shades of Resolution Blue #1D3489

Tints of Resolution Blue #1D3489

RGB

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

 GREEN value IS 52 (20.7% from 255) = 23.85%

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

R = 13.3%
G = 23.85%
B = 62.84%

CMYK

 C value IS 0.79

 M value IS 0.62

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#1D3489 (or 0x1D3489) is known color: Resolution Blue. HEX triplet: 1D, 34 and 89. RGB value is (29,52,137). Sum of RGB (Red+Green+Blue) = 29+52+137=218 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.30% from 218); Green value is 52 (20.70% from 255 or 23.85% from 218); Blue value is 137 (53.91% from 255 or 62.84% from 218); Max value from RGB is 137 - color contains mainly: blue. Hex color #1D3489 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1D3489 is #E2CB76. Grayscale: #363636. Windows color (decimal): -14863223 or 8991773. OLE color: 8991773.

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

Color convert

RGB 29 52 137 -
CMYK 0.79 0.62 0 0.46
HSL 227.22º 0.65% 0.33% -
HSV(B) 227.22º 0.79% 0.54% -
XYZ 6.25 4.52 24.21 -
YUV 54.81 174.38 109.59 -
System Red Green Blue C M Y K H S L
Decimal 29 52 137 0.79 0.62 0 0.46 227.22 0.65 0.33
Hex 1D 34 89 4F 3E 0 2E E3 41 21
Octal 35 64 211 117 76 0 56 343 101 41
Binary 11101 110100 10001001 1001111 111110 0 101110 11100011 1000001 100001

Color Harmonies of #1D3489

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3489

Black with #1D3489

Text Example


Text Example

White with #1D3489

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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