Html Css Color HEX #1D3371 Resolution Blue

📋 copy color: '#1D3371'

red 29 ◦ green 51 ◦ blue 113

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

Shades of Resolution Blue #1D3371

Tints of Resolution Blue #1D3371

RGB

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

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

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

R = 15.03%
G = 26.42%
B = 58.55%

CMYK

 C value IS 0.74

 M value IS 0.55

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1D3371 (or 0x1D3371) is known color: Resolution Blue. HEX triplet: 1D, 33 and 71. RGB value is (29,51,113). Sum of RGB (Red+Green+Blue) = 29+51+113=193 (25% of max value = 765). Red value is 29 (11.72% from 255 or 15.03% from 193); Green value is 51 (20.31% from 255 or 26.42% from 193); Blue value is 113 (44.53% from 255 or 58.55% from 193); Max value from RGB is 113 - color contains mainly: blue. Hex color #1D3371 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3371 is #E2CC8E. Grayscale: #333333. Windows color (decimal): -14863503 or 7418653. OLE color: 7418653.

HSL color Cylindrical-coordinate representation of color #1D3371: hue angle of 224.29º 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 #1D3371 is Cyan = 0.74, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 29 51 113 -
CMYK 0.74 0.55 0 0.56
HSL 224.29º 0.59% 0.28% -
HSV(B) 224.29º 0.74% 0.44% -
XYZ 4.67 3.82 16.11 -
YUV 51.49 162.71 111.96 -
System Red Green Blue C M Y K H S L
Decimal 29 51 113 0.74 0.55 0 0.56 224.29 0.59 0.28
Hex 1D 33 71 4A 37 0 38 E0 3B 1C
Octal 35 63 161 112 67 0 70 340 73 34
Binary 11101 110011 1110001 1001010 110111 0 111000 11100000 111011 11100

Color Harmonies of #1D3371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3371

Black with #1D3371

Text Example


Text Example

White with #1D3371

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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