Html Css Color HEX #1F486F Venice Blue

📋 copy color: '#1F486F'

red 31 ◦ green 72 ◦ blue 111

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

Shades of Venice Blue #1F486F

Tints of Venice Blue #1F486F

RGB

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

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

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

R = 14.49%
G = 33.64%
B = 51.87%

CMYK

 C value IS 0.72

 M value IS 0.35

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F486F (or 0x1F486F) is known color: Venice Blue. HEX triplet: 1F, 48 and 6F. RGB value is (31,72,111). Sum of RGB (Red+Green+Blue) = 31+72+111=214 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.49% from 214); Green value is 72 (28.52% from 255 or 33.64% from 214); Blue value is 111 (43.75% from 255 or 51.87% from 214); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F486F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F486F is #E0B790. Grayscale: #3F3F3F. Windows color (decimal): -14727057 or 7292959. OLE color: 7292959.

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

Color convert

RGB 31 72 111 -
CMYK 0.72 0.35 0 0.56
HSL 209.25º 0.56% 0.28% -
HSV(B) 209.25º 0.72% 0.44% -
XYZ 5.75 6.07 15.91 -
YUV 64.19 154.42 104.33 -
System Red Green Blue C M Y K H S L
Decimal 31 72 111 0.72 0.35 0 0.56 209.25 0.56 0.28
Hex 1F 48 6F 48 23 0 38 D1 38 1C
Octal 37 110 157 110 43 0 70 321 70 34
Binary 11111 1001000 1101111 1001000 100011 0 111000 11010001 111000 11100

Color Harmonies of #1F486F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F486F

Black with #1F486F

Text Example


Text Example

White with #1F486F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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