Html Css Color HEX #1D4975 Venice Blue

📋 copy color: '#1D4975'

red 29 ◦ green 73 ◦ blue 117

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

Shades of Venice Blue #1D4975

Tints of Venice Blue #1D4975

RGB

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

 GREEN value IS 73 (28.91% from 255) = 33.33%

 BLUE value IS 117 (46.09% from 255) = 53.42%

R = 13.24%
G = 33.33%
B = 53.42%

CMYK

 C value IS 0.75

 M value IS 0.38

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1D4975 (or 0x1D4975) is known color: Venice Blue. HEX triplet: 1D, 49 and 75. RGB value is (29,73,117). Sum of RGB (Red+Green+Blue) = 29+73+117=219 (29% of max value = 765). Red value is 29 (11.72% from 255 or 13.24% from 219); Green value is 73 (28.91% from 255 or 33.33% from 219); Blue value is 117 (46.09% from 255 or 53.42% from 219); Max value from RGB is 117 - color contains mainly: blue. Hex color #1D4975 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1D4975 is #E2B68A. Grayscale: #404040. Windows color (decimal): -14857867 or 7686429. OLE color: 7686429.

HSL color Cylindrical-coordinate representation of color #1D4975: hue angle of 210º degrees, saturation: 0.6, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1D4975 is Cyan = 0.75, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 29 73 117 -
CMYK 0.75 0.38 0 0.54
HSL 210º 0.6% 0.29% -
HSV(B) 210º 0.75% 0.46% -
XYZ 6.1 6.31 17.73 -
YUV 64.86 157.42 102.42 -
System Red Green Blue C M Y K H S L
Decimal 29 73 117 0.75 0.38 0 0.54 210 0.6 0.29
Hex 1D 49 75 4B 26 0 36 D2 3C 1D
Octal 35 111 165 113 46 0 66 322 74 35
Binary 11101 1001001 1110101 1001011 100110 0 110110 11010010 111100 11101

Color Harmonies of #1D4975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D4975

Black with #1D4975

Text Example


Text Example

White with #1D4975

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(29,73,117); }

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

background-color css

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

 a { background-color: rgb(29,73,117); }

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

border-color css

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

 span { border-color: rgb(29,73,117); }

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