Html Css Color HEX #1F4972 Venice Blue

📋 copy color: '#1F4972'

red 31 ◦ green 73 ◦ blue 114

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

Shades of Venice Blue #1F4972

Tints of Venice Blue #1F4972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 52.29%

R = 14.22%
G = 33.49%
B = 52.29%

CMYK

 C value IS 0.73

 M value IS 0.36

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1F4972 (or 0x1F4972) is known color: Venice Blue. HEX triplet: 1F, 49 and 72. RGB value is (31,73,114). Sum of RGB (Red+Green+Blue) = 31+73+114=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 73 (28.91% from 255 or 33.49% from 218); Blue value is 114 (44.92% from 255 or 52.29% from 218); Max value from RGB is 114 - color contains mainly: blue. Hex color #1F4972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4972 is #E0B68D. Grayscale: #404040. Windows color (decimal): -14726798 or 7489823. OLE color: 7489823.

HSL color Cylindrical-coordinate representation of color #1F4972: hue angle of 209.64º degrees, saturation: 0.57, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #1F4972 is Cyan = 0.73, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 31 73 114 -
CMYK 0.73 0.36 0 0.55
HSL 209.64º 0.57% 0.28% -
HSV(B) 209.64º 0.73% 0.45% -
XYZ 5.98 6.27 16.81 -
YUV 65.12 155.59 103.67 -
System Red Green Blue C M Y K H S L
Decimal 31 73 114 0.73 0.36 0 0.55 209.64 0.57 0.28
Hex 1F 49 72 49 24 0 37 D2 39 1C
Octal 37 111 162 111 44 0 67 322 71 34
Binary 11111 1001001 1110010 1001001 100100 0 110111 11010010 111001 11100

Color Harmonies of #1F4972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4972

Black with #1F4972

Text Example


Text Example

White with #1F4972

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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