Html Css Color HEX #1F4574 Venice Blue

📋 copy color: '#1F4574'

red 31 ◦ green 69 ◦ blue 116

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

Shades of Venice Blue #1F4574

Tints of Venice Blue #1F4574

RGB

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

 GREEN value IS 69 (27.34% from 255) = 31.94%

 BLUE value IS 116 (45.7% from 255) = 53.7%

R = 14.35%
G = 31.94%
B = 53.7%

CMYK

 C value IS 0.73

 M value IS 0.41

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1F4574 (or 0x1F4574) is known color: Venice Blue. HEX triplet: 1F, 45 and 74. RGB value is (31,69,116). Sum of RGB (Red+Green+Blue) = 31+69+116=216 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.35% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 116 (45.70% from 255 or 53.70% from 216); Max value from RGB is 116 - color contains mainly: blue. Hex color #1F4574 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4574 is #E0BA8B. Grayscale: #3E3E3E. Windows color (decimal): -14727820 or 7619871. OLE color: 7619871.

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

Color convert

RGB 31 69 116 -
CMYK 0.73 0.41 0 0.55
HSL 213.18º 0.58% 0.29% -
HSV(B) 213.18º 0.73% 0.45% -
XYZ 5.85 5.81 17.34 -
YUV 63 157.91 105.18 -
System Red Green Blue C M Y K H S L
Decimal 31 69 116 0.73 0.41 0 0.55 213.18 0.58 0.29
Hex 1F 45 74 49 29 0 37 D5 3A 1D
Octal 37 105 164 111 51 0 67 325 72 35
Binary 11111 1000101 1110100 1001001 101001 0 110111 11010101 111010 11101

Color Harmonies of #1F4574

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4574

Black with #1F4574

Text Example


Text Example

White with #1F4574

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,69,116); }

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

background-color css

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

 a { background-color: rgb(31,69,116); }

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

border-color css

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

 span { border-color: rgb(31,69,116); }

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