Html Css Color HEX #1D3471 Resolution Blue

📋 copy color: '#1D3471'

red 29 ◦ green 52 ◦ blue 113

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

Shades of Resolution Blue #1D3471

Tints of Resolution Blue #1D3471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 58.25%

R = 14.95%
G = 26.8%
B = 58.25%

CMYK

 C value IS 0.74

 M value IS 0.54

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1D3471 (or 0x1D3471) is known color: Resolution Blue. HEX triplet: 1D, 34 and 71. RGB value is (29,52,113). Sum of RGB (Red+Green+Blue) = 29+52+113=194 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.95% from 194); Green value is 52 (20.70% from 255 or 26.80% from 194); Blue value is 113 (44.53% from 255 or 58.25% from 194); Max value from RGB is 113 - color contains mainly: blue. Hex color #1D3471 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3471 is #E2CB8E. Grayscale: #333333. Windows color (decimal): -14863247 or 7418909. OLE color: 7418909.

HSL color Cylindrical-coordinate representation of color #1D3471: hue angle of 223.57º degrees, saturation: 0.59, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1D3471 is Cyan = 0.74, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 29 52 113 -
CMYK 0.74 0.54 0 0.56
HSL 223.57º 0.59% 0.28% -
HSV(B) 223.57º 0.74% 0.44% -
XYZ 4.72 3.91 16.13 -
YUV 52.08 162.38 111.54 -
System Red Green Blue C M Y K H S L
Decimal 29 52 113 0.74 0.54 0 0.56 223.57 0.59 0.28
Hex 1D 34 71 4A 36 0 38 E0 3B 1C
Octal 35 64 161 112 66 0 70 340 73 34
Binary 11101 110100 1110001 1001010 110110 0 111000 11100000 111011 11100

Color Harmonies of #1D3471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3471

Black with #1D3471

Text Example


Text Example

White with #1D3471

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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