Html Css Color HEX #1F4977 Venice Blue

📋 copy color: '#1F4977'

red 31 ◦ green 73 ◦ blue 119

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

Shades of Venice Blue #1F4977

Tints of Venice Blue #1F4977

RGB

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

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

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

R = 13.9%
G = 32.74%
B = 53.36%

CMYK

 C value IS 0.74

 M value IS 0.39

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1F4977 (or 0x1F4977) is known color: Venice Blue. HEX triplet: 1F, 49 and 77. RGB value is (31,73,119). Sum of RGB (Red+Green+Blue) = 31+73+119=223 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.90% from 223); Green value is 73 (28.91% from 255 or 32.74% from 223); Blue value is 119 (46.88% from 255 or 53.36% from 223); Max value from RGB is 119 - color contains mainly: blue. Hex color #1F4977 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4977 is #E0B688. Grayscale: #414141. Windows color (decimal): -14726793 or 7817503. OLE color: 7817503.

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

Color convert

RGB 31 73 119 -
CMYK 0.74 0.39 0 0.53
HSL 211.36º 0.59% 0.29% -
HSV(B) 211.36º 0.74% 0.47% -
XYZ 6.28 6.39 18.35 -
YUV 65.69 158.09 103.26 -
System Red Green Blue C M Y K H S L
Decimal 31 73 119 0.74 0.39 0 0.53 211.36 0.59 0.29
Hex 1F 49 77 4A 27 0 35 D3 3B 1D
Octal 37 111 167 112 47 0 65 323 73 35
Binary 11111 1001001 1110111 1001010 100111 0 110101 11010011 111011 11101

Color Harmonies of #1F4977

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4977

Black with #1F4977

Text Example


Text Example

White with #1F4977

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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