Html Css Color HEX #1D3377 Resolution Blue

📋 copy color: '#1D3377'

red 29 ◦ green 51 ◦ blue 119

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

Shades of Resolution Blue #1D3377

Tints of Resolution Blue #1D3377

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 59.8%

R = 14.57%
G = 25.63%
B = 59.8%

CMYK

 C value IS 0.76

 M value IS 0.57

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1D3377 (or 0x1D3377) is known color: Resolution Blue. HEX triplet: 1D, 33 and 77. RGB value is (29,51,119). Sum of RGB (Red+Green+Blue) = 29+51+119=199 (26% of max value = 765). Red value is 29 (11.72% from 255 or 14.57% from 199); Green value is 51 (20.31% from 255 or 25.63% from 199); Blue value is 119 (46.88% from 255 or 59.80% from 199); Max value from RGB is 119 - color contains mainly: blue. Hex color #1D3377 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3377 is #E2CC88. Grayscale: #333333. Windows color (decimal): -14863497 or 7811869. OLE color: 7811869.

HSL color Cylindrical-coordinate representation of color #1D3377: hue angle of 225.33º degrees, saturation: 0.61, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1D3377 is Cyan = 0.76, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 29 51 119 -
CMYK 0.76 0.57 0 0.53
HSL 225.33º 0.61% 0.29% -
HSV(B) 225.33º 0.76% 0.47% -
XYZ 5.02 3.96 17.95 -
YUV 52.17 165.71 111.47 -
System Red Green Blue C M Y K H S L
Decimal 29 51 119 0.76 0.57 0 0.53 225.33 0.61 0.29
Hex 1D 33 77 4C 39 0 35 E1 3D 1D
Octal 35 63 167 114 71 0 65 341 75 35
Binary 11101 110011 1110111 1001100 111001 0 110101 11100001 111101 11101

Color Harmonies of #1D3377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3377

Black with #1D3377

Text Example


Text Example

White with #1D3377

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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