Html Css Color HEX #1F4472 Venice Blue

📋 copy color: '#1F4472'

red 31 ◦ green 68 ◦ blue 114

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

Shades of Venice Blue #1F4472

Tints of Venice Blue #1F4472

RGB

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

 GREEN value IS 68 (26.95% from 255) = 31.92%

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

R = 14.55%
G = 31.92%
B = 53.52%

CMYK

 C value IS 0.73

 M value IS 0.40

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#1F4472 (or 0x1F4472) is known color: Venice Blue. HEX triplet: 1F, 44 and 72. RGB value is (31,68,114). Sum of RGB (Red+Green+Blue) = 31+68+114=213 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.55% from 213); Green value is 68 (26.95% from 255 or 31.92% from 213); Blue value is 114 (44.92% from 255 or 53.52% from 213); Max value from RGB is 114 - color contains mainly: blue. Hex color #1F4472 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4472 is #E0BB8D. Grayscale: #3D3D3D. Windows color (decimal): -14728078 or 7488543. OLE color: 7488543.

HSL color Cylindrical-coordinate representation of color #1F4472: hue angle of 213.25º 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 #1F4472 is Cyan = 0.73, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 31 68 114 -
CMYK 0.73 0.40 0 0.55
HSL 213.25º 0.57% 0.28% -
HSV(B) 213.25º 0.73% 0.45% -
XYZ 5.67 5.64 16.71 -
YUV 62.18 157.24 105.76 -
System Red Green Blue C M Y K H S L
Decimal 31 68 114 0.73 0.40 0 0.55 213.25 0.57 0.28
Hex 1F 44 72 49 28 0 37 D5 39 1C
Octal 37 104 162 111 50 0 67 325 71 34
Binary 11111 1000100 1110010 1001001 101000 0 110111 11010101 111001 11100

Color Harmonies of #1F4472

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4472

Black with #1F4472

Text Example


Text Example

White with #1F4472

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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