Html Css Color HEX #1F4677 Venice Blue

📋 copy color: '#1F4677'

red 31 ◦ green 70 ◦ blue 119

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

Shades of Venice Blue #1F4677

Tints of Venice Blue #1F4677

RGB

 RED value IS 31 (12.5% from 255) = 14.09%

 GREEN value IS 70 (27.73% from 255) = 31.82%

 BLUE value IS 119 (46.88% from 255) = 54.09%

R = 14.09%
G = 31.82%
B = 54.09%

CMYK

 C value IS 0.74

 M value IS 0.41

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1F4677 (or 0x1F4677) is known color: Venice Blue. HEX triplet: 1F, 46 and 77. RGB value is (31,70,119). Sum of RGB (Red+Green+Blue) = 31+70+119=220 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.09% from 220); Green value is 70 (27.73% from 255 or 31.82% from 220); Blue value is 119 (46.88% from 255 or 54.09% from 220); Max value from RGB is 119 - color contains mainly: blue. Hex color #1F4677 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4677 is #E0B988. Grayscale: #3F3F3F. Windows color (decimal): -14727561 or 7816735. OLE color: 7816735.

HSL color Cylindrical-coordinate representation of color #1F4677: hue angle of 213.41º degrees, saturation: 0.59, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F4677 is Cyan = 0.74, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 70 119 -
CMYK 0.74 0.41 0 0.53
HSL 213.41º 0.59% 0.29% -
HSV(B) 213.41º 0.74% 0.47% -
XYZ 6.09 6 18.29 -
YUV 63.93 159.08 104.52 -
System Red Green Blue C M Y K H S L
Decimal 31 70 119 0.74 0.41 0 0.53 213.41 0.59 0.29
Hex 1F 46 77 4A 29 0 35 D5 3B 1D
Octal 37 106 167 112 51 0 65 325 73 35
Binary 11111 1000110 1110111 1001010 101001 0 110101 11010101 111011 11101

Color Harmonies of #1F4677

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4677

Black with #1F4677

Text Example


Text Example

White with #1F4677

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,70,119); }

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

background-color css

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

 a { background-color: rgb(31,70,119); }

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

border-color css

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

 span { border-color: rgb(31,70,119); }

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