Html Css Color HEX #1F4870 Venice Blue

📋 copy color: '#1F4870'

red 31 ◦ green 72 ◦ blue 112

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

Shades of Venice Blue #1F4870

Tints of Venice Blue #1F4870

RGB

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

 GREEN value IS 72 (28.52% from 255) = 33.49%

 BLUE value IS 112 (44.14% from 255) = 52.09%

R = 14.42%
G = 33.49%
B = 52.09%

CMYK

 C value IS 0.72

 M value IS 0.36

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F4870 (or 0x1F4870) is known color: Venice Blue. HEX triplet: 1F, 48 and 70. RGB value is (31,72,112). Sum of RGB (Red+Green+Blue) = 31+72+112=215 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.42% from 215); Green value is 72 (28.52% from 255 or 33.49% from 215); Blue value is 112 (44.14% from 255 or 52.09% from 215); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F4870 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4870 is #E0B78F. Grayscale: #404040. Windows color (decimal): -14727056 or 7358495. OLE color: 7358495.

HSL color Cylindrical-coordinate representation of color #1F4870: hue angle of 209.63º degrees, saturation: 0.57, 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 #1F4870 is Cyan = 0.72, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 31 72 112 -
CMYK 0.72 0.36 0 0.56
HSL 209.63º 0.57% 0.28% -
HSV(B) 209.63º 0.72% 0.44% -
XYZ 5.81 6.1 16.2 -
YUV 64.3 154.92 104.25 -
System Red Green Blue C M Y K H S L
Decimal 31 72 112 0.72 0.36 0 0.56 209.63 0.57 0.28
Hex 1F 48 70 48 24 0 38 D2 39 1C
Octal 37 110 160 110 44 0 70 322 71 34
Binary 11111 1001000 1110000 1001000 100100 0 111000 11010010 111001 11100

Color Harmonies of #1F4870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4870

Black with #1F4870

Text Example


Text Example

White with #1F4870

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,72,112); }

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

background-color css

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

 a { background-color: rgb(31,72,112); }

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

border-color css

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

 span { border-color: rgb(31,72,112); }

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