Html Css Color HEX #1F4678 Venice Blue

📋 copy color: '#1F4678'

red 31 ◦ green 70 ◦ blue 120

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

Shades of Venice Blue #1F4678

Tints of Venice Blue #1F4678

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.67%

 BLUE value IS 120 (47.27% from 255) = 54.3%

R = 14.03%
G = 31.67%
B = 54.3%

CMYK

 C value IS 0.74

 M value IS 0.42

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#1F4678 (or 0x1F4678) is known color: Venice Blue. HEX triplet: 1F, 46 and 78. RGB value is (31,70,120). Sum of RGB (Red+Green+Blue) = 31+70+120=221 (29% of max value = 765). Red value is 31 (12.5% from 255 or 14.03% from 221); Green value is 70 (27.73% from 255 or 31.67% from 221); Blue value is 120 (47.27% from 255 or 54.30% from 221); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F4678 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F4678 is #E0B987. Grayscale: #3F3F3F. Windows color (decimal): -14727560 or 7882271. OLE color: 7882271.

HSL color Cylindrical-coordinate representation of color #1F4678: hue angle of 213.71º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F4678 is Cyan = 0.74, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 31 70 120 -
CMYK 0.74 0.42 0 0.53
HSL 213.71º 0.59% 0.3% -
HSV(B) 213.71º 0.74% 0.47% -
XYZ 6.15 6.03 18.61 -
YUV 64.04 159.58 104.43 -
System Red Green Blue C M Y K H S L
Decimal 31 70 120 0.74 0.42 0 0.53 213.71 0.59 0.3
Hex 1F 46 78 4A 2A 0 35 D6 3B 1E
Octal 37 106 170 112 52 0 65 326 73 36
Binary 11111 1000110 1111000 1001010 101010 0 110101 11010110 111011 11110

Color Harmonies of #1F4678

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F4678

Black with #1F4678

Text Example


Text Example

White with #1F4678

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,70,120); }

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

background-color css

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

 a { background-color: rgb(31,70,120); }

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

border-color css

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

 span { border-color: rgb(31,70,120); }

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