Html Css Color HEX #1F4C6F Venice Blue

📋 copy color: '#1F4C6F'

red 31 ◦ green 76 ◦ blue 111

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

Shades of Venice Blue #1F4C6F

Tints of Venice Blue #1F4C6F

RGB

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

 GREEN value IS 76 (30.08% from 255) = 34.86%

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

R = 14.22%
G = 34.86%
B = 50.92%

CMYK

 C value IS 0.72

 M value IS 0.32

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#1F4C6F (or 0x1F4C6F) is known color: Venice Blue. HEX triplet: 1F, 4C and 6F. RGB value is (31,76,111). Sum of RGB (Red+Green+Blue) = 31+76+111=218 (28% of max value = 765). Red value is 31 (12.5% from 255 or 14.22% from 218); Green value is 76 (30.08% from 255 or 34.86% from 218); Blue value is 111 (43.75% from 255 or 50.92% from 218); Max value from RGB is 111 - color contains mainly: blue. Hex color #1F4C6F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4C6F is #E0B390. Grayscale: #424242. Windows color (decimal): -14726033 or 7293983. OLE color: 7293983.

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

Color convert

RGB 31 76 111 -
CMYK 0.72 0.32 0 0.56
HSL 206.25º 0.56% 0.28% -
HSV(B) 206.25º 0.72% 0.44% -
XYZ 6.02 6.61 16 -
YUV 66.54 153.09 102.65 -
System Red Green Blue C M Y K H S L
Decimal 31 76 111 0.72 0.32 0 0.56 206.25 0.56 0.28
Hex 1F 4C 6F 48 20 0 38 CE 38 1C
Octal 37 114 157 110 40 0 70 316 70 34
Binary 11111 1001100 1101111 1001000 100000 0 111000 11001110 111000 11100

Color Harmonies of #1F4C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4C6F

Black with #1F4C6F

Text Example


Text Example

White with #1F4C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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