Html Css Color HEX #1D3779 Resolution Blue

📋 copy color: '#1D3779'

red 29 ◦ green 55 ◦ blue 121

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

Shades of Resolution Blue #1D3779

Tints of Resolution Blue #1D3779

RGB

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

 GREEN value IS 55 (21.88% from 255) = 26.83%

 BLUE value IS 121 (47.66% from 255) = 59.02%

R = 14.15%
G = 26.83%
B = 59.02%

CMYK

 C value IS 0.76

 M value IS 0.55

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1D3779 (or 0x1D3779) is known color: Resolution Blue. HEX triplet: 1D, 37 and 79. RGB value is (29,55,121). Sum of RGB (Red+Green+Blue) = 29+55+121=205 (27% of max value = 765). Red value is 29 (11.72% from 255 or 14.15% from 205); Green value is 55 (21.88% from 255 or 26.83% from 205); Blue value is 121 (47.66% from 255 or 59.02% from 205); Max value from RGB is 121 - color contains mainly: blue. Hex color #1D3779 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3779 is #E2C886. Grayscale: #363636. Windows color (decimal): -14862471 or 7943965. OLE color: 7943965.

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

Color convert

RGB 29 55 121 -
CMYK 0.76 0.55 0 0.53
HSL 223.04º 0.61% 0.29% -
HSV(B) 223.04º 0.76% 0.47% -
XYZ 5.32 4.37 18.65 -
YUV 54.75 165.39 109.63 -
System Red Green Blue C M Y K H S L
Decimal 29 55 121 0.76 0.55 0 0.53 223.04 0.61 0.29
Hex 1D 37 79 4C 37 0 35 DF 3D 1D
Octal 35 67 171 114 67 0 65 337 75 35
Binary 11101 110111 1111001 1001100 110111 0 110101 11011111 111101 11101

Color Harmonies of #1D3779

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3779

Black with #1D3779

Text Example


Text Example

White with #1D3779

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,55,121); }

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

background-color css

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

 a { background-color: rgb(29,55,121); }

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

border-color css

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

 span { border-color: rgb(29,55,121); }

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