Html Css Color HEX #1D4874 Venice Blue

📋 copy color: '#1D4874'

red 29 ◦ green 72 ◦ blue 116

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

Shades of Venice Blue #1D4874

Tints of Venice Blue #1D4874

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.18%

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

R = 13.36%
G = 33.18%
B = 53.46%

CMYK

 C value IS 0.75

 M value IS 0.38

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1D4874 (or 0x1D4874) is known color: Venice Blue. HEX triplet: 1D, 48 and 74. RGB value is (29,72,116). Sum of RGB (Red+Green+Blue) = 29+72+116=217 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.36% from 217); Green value is 72 (28.52% from 255 or 33.18% from 217); Blue value is 116 (45.70% from 255 or 53.46% from 217); Max value from RGB is 116 - color contains mainly: blue. Hex color #1D4874 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4874 is #E2B78B. Grayscale: #3F3F3F. Windows color (decimal): -14858124 or 7620637. OLE color: 7620637.

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

Color convert

RGB 29 72 116 -
CMYK 0.75 0.38 0 0.55
HSL 210.34º 0.6% 0.28% -
HSV(B) 210.34º 0.75% 0.45% -
XYZ 5.98 6.16 17.4 -
YUV 64.16 157.25 102.92 -
System Red Green Blue C M Y K H S L
Decimal 29 72 116 0.75 0.38 0 0.55 210.34 0.6 0.28
Hex 1D 48 74 4B 26 0 37 D2 3C 1C
Octal 35 110 164 113 46 0 67 322 74 34
Binary 11101 1001000 1110100 1001011 100110 0 110111 11010010 111100 11100

Color Harmonies of #1D4874

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4874

Black with #1D4874

Text Example


Text Example

White with #1D4874

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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