Html Css Color HEX #1F4570 Venice Blue

📋 copy color: '#1F4570'

red 31 ◦ green 69 ◦ blue 112

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

Shades of Venice Blue #1F4570

Tints of Venice Blue #1F4570

RGB

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

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

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

R = 14.62%
G = 32.55%
B = 52.83%

CMYK

 C value IS 0.72

 M value IS 0.38

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F4570 (or 0x1F4570) is known color: Venice Blue. HEX triplet: 1F, 45 and 70. RGB value is (31,69,112). Sum of RGB (Red+Green+Blue) = 31+69+112=212 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.62% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 112 (44.14% from 255 or 52.83% from 212); Max value from RGB is 112 - color contains mainly: blue. Hex color #1F4570 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4570 is #E0BA8F. Grayscale: #3E3E3E. Windows color (decimal): -14727824 or 7357727. OLE color: 7357727.

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

Color convert

RGB 31 69 112 -
CMYK 0.72 0.38 0 0.56
HSL 211.85º 0.57% 0.28% -
HSV(B) 211.85º 0.72% 0.44% -
XYZ 5.62 5.72 16.14 -
YUV 62.54 155.91 105.5 -
System Red Green Blue C M Y K H S L
Decimal 31 69 112 0.72 0.38 0 0.56 211.85 0.57 0.28
Hex 1F 45 70 48 26 0 38 D4 39 1C
Octal 37 105 160 110 46 0 70 324 71 34
Binary 11111 1000101 1110000 1001000 100110 0 111000 11010100 111001 11100

Color Harmonies of #1F4570

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4570

Black with #1F4570

Text Example


Text Example

White with #1F4570

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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