Html Css Color HEX #1F4C76 Venice Blue

📋 copy color: '#1F4C76'

red 31 ◦ green 76 ◦ blue 118

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

Shades of Venice Blue #1F4C76

Tints of Venice Blue #1F4C76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 52.44%

R = 13.78%
G = 33.78%
B = 52.44%

CMYK

 C value IS 0.74

 M value IS 0.36

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#1F4C76 (or 0x1F4C76) is known color: Venice Blue. HEX triplet: 1F, 4C and 76. RGB value is (31,76,118). Sum of RGB (Red+Green+Blue) = 31+76+118=225 (29% of max value = 765). Red value is 31 (12.5% from 255 or 13.78% from 225); Green value is 76 (30.08% from 255 or 33.78% from 225); Blue value is 118 (46.48% from 255 or 52.44% from 225); Max value from RGB is 118 - color contains mainly: blue. Hex color #1F4C76 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4C76 is #E0B389. Grayscale: #434343. Windows color (decimal): -14726026 or 7752735. OLE color: 7752735.

HSL color Cylindrical-coordinate representation of color #1F4C76: hue angle of 208.97º degrees, saturation: 0.58, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F4C76 is Cyan = 0.74, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 31 76 118 -
CMYK 0.74 0.36 0 0.54
HSL 208.97º 0.58% 0.29% -
HSV(B) 208.97º 0.74% 0.46% -
XYZ 6.42 6.77 18.11 -
YUV 67.33 156.59 102.08 -
System Red Green Blue C M Y K H S L
Decimal 31 76 118 0.74 0.36 0 0.54 208.97 0.58 0.29
Hex 1F 4C 76 4A 24 0 36 D1 3A 1D
Octal 37 114 166 112 44 0 66 321 72 35
Binary 11111 1001100 1110110 1001010 100100 0 110110 11010001 111010 11101

Color Harmonies of #1F4C76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4C76

Black with #1F4C76

Text Example


Text Example

White with #1F4C76

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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