Html Css Color HEX #1F496F Venice Blue

📋 copy color: '#1F496F'

red 31 ◦ green 73 ◦ blue 111

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

Shades of Venice Blue #1F496F

Tints of Venice Blue #1F496F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 51.63%

R = 14.42%
G = 33.95%
B = 51.63%

CMYK

 C value IS 0.72

 M value IS 0.34

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F496F (or 0x1F496F) is known color: Venice Blue. HEX triplet: 1F, 49 and 6F. RGB value is (31,73,111). Sum of RGB (Red+Green+Blue) = 31+73+111=215 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.42% from 215); Green value is 73 (28.91% from 255 or 33.95% from 215); Blue value is 111 (43.75% from 255 or 51.63% from 215); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F496F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F496F is #E0B690. Grayscale: #404040. Windows color (decimal): -14726801 or 7293215. OLE color: 7293215.

HSL color Cylindrical-coordinate representation of color #1F496F: hue angle of 208.5º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F496F is Cyan = 0.72, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 31 73 111 -
CMYK 0.72 0.34 0 0.56
HSL 208.5º 0.56% 0.28% -
HSV(B) 208.5º 0.72% 0.44% -
XYZ 5.82 6.2 15.93 -
YUV 64.77 154.09 103.91 -
System Red Green Blue C M Y K H S L
Decimal 31 73 111 0.72 0.34 0 0.56 208.5 0.56 0.28
Hex 1F 49 6F 48 22 0 38 D0 38 1C
Octal 37 111 157 110 42 0 70 320 70 34
Binary 11111 1001001 1101111 1001000 100010 0 111000 11010000 111000 11100

Color Harmonies of #1F496F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F496F

Black with #1F496F

Text Example


Text Example

White with #1F496F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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