Html Css Color HEX #1D3374 Resolution Blue

📋 copy color: '#1D3374'

red 29 ◦ green 51 ◦ blue 116

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

Shades of Resolution Blue #1D3374

Tints of Resolution Blue #1D3374

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 59.18%

R = 14.8%
G = 26.02%
B = 59.18%

CMYK

 C value IS 0.75

 M value IS 0.56

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1D3374 (or 0x1D3374) is known color: Resolution Blue. HEX triplet: 1D, 33 and 74. RGB value is (29,51,116). Sum of RGB (Red+Green+Blue) = 29+51+116=196 (25% of max value = 765). Red value is 29 (11.72% from 255 or 14.80% from 196); Green value is 51 (20.31% from 255 or 26.02% from 196); Blue value is 116 (45.70% from 255 or 59.18% from 196); Max value from RGB is 116 - color contains mainly: blue. Hex color #1D3374 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D3374 is #E2CC8B. Grayscale: #333333. Windows color (decimal): -14863500 or 7615261. OLE color: 7615261.

HSL color Cylindrical-coordinate representation of color #1D3374: hue angle of 224.83º degrees, saturation: 0.6, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D3374 is Cyan = 0.75, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 29 51 116 -
CMYK 0.75 0.56 0 0.55
HSL 224.83º 0.6% 0.28% -
HSV(B) 224.83º 0.75% 0.45% -
XYZ 4.84 3.89 17.02 -
YUV 51.83 164.21 111.71 -
System Red Green Blue C M Y K H S L
Decimal 29 51 116 0.75 0.56 0 0.55 224.83 0.6 0.28
Hex 1D 33 74 4B 38 0 37 E1 3C 1C
Octal 35 63 164 113 70 0 67 341 74 34
Binary 11101 110011 1110100 1001011 111000 0 110111 11100001 111100 11100

Color Harmonies of #1D3374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D3374

Black with #1D3374

Text Example


Text Example

White with #1D3374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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