Html Css Color HEX #1D4A71 Venice Blue

📋 copy color: '#1D4A71'

red 29 ◦ green 74 ◦ blue 113

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

Shades of Venice Blue #1D4A71

Tints of Venice Blue #1D4A71

RGB

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

 GREEN value IS 74 (29.3% from 255) = 34.26%

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

R = 13.43%
G = 34.26%
B = 52.31%

CMYK

 C value IS 0.74

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1D4A71 (or 0x1D4A71) is known color: Venice Blue. HEX triplet: 1D, 4A and 71. RGB value is (29,74,113). Sum of RGB (Red+Green+Blue) = 29+74+113=216 (28% of max value = 765). Red value is 29 (11.72% from 255 or 13.43% from 216); Green value is 74 (29.30% from 255 or 34.26% from 216); Blue value is 113 (44.53% from 255 or 52.31% from 216); Max value from RGB is 113 - color contains mainly: blue. Hex color #1D4A71 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4A71 is #E2B58E. Grayscale: #404040. Windows color (decimal): -14857615 or 7424541. OLE color: 7424541.

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

Color convert

RGB 29 74 113 -
CMYK 0.74 0.35 0 0.56
HSL 207.86º 0.59% 0.28% -
HSV(B) 207.86º 0.74% 0.44% -
XYZ 5.94 6.35 16.54 -
YUV 64.99 155.09 102.33 -
System Red Green Blue C M Y K H S L
Decimal 29 74 113 0.74 0.35 0 0.56 207.86 0.59 0.28
Hex 1D 4A 71 4A 23 0 38 D0 3B 1C
Octal 35 112 161 112 43 0 70 320 73 34
Binary 11101 1001010 1110001 1001010 100011 0 111000 11010000 111011 11100

Color Harmonies of #1D4A71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4A71

Black with #1D4A71

Text Example


Text Example

White with #1D4A71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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