Html Css Color HEX #1F7794 Allports

📋 copy color: '#1F7794'

red 31 ◦ green 119 ◦ blue 148

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

Shades of Allports #1F7794

Tints of Allports #1F7794

RGB

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

 GREEN value IS 119 (46.88% from 255) = 39.93%

 BLUE value IS 148 (58.2% from 255) = 49.66%

R = 10.4%
G = 39.93%
B = 49.66%

CMYK

 C value IS 0.79

 M value IS 0.20

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#1F7794 (or 0x1F7794) is known color: Allports. HEX triplet: 1F, 77 and 94. RGB value is (31,119,148). Sum of RGB (Red+Green+Blue) = 31+119+148=298 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.40% from 298); Green value is 119 (46.88% from 255 or 39.93% from 298); Blue value is 148 (58.20% from 255 or 49.66% from 298); Max value from RGB is 148 - color contains mainly: blue. Hex color #1F7794 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F7794 is #E0886B. Grayscale: #5F5F5F. Windows color (decimal): -14714988 or 9729823. OLE color: 9729823.

HSL color Cylindrical-coordinate representation of color #1F7794: hue angle of 194.87º degrees, saturation: 0.65, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F7794 is Cyan = 0.79, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 31 119 148 -
CMYK 0.79 0.20 0 0.42
HSL 194.87º 0.65% 0.35% -
HSV(B) 194.87º 0.79% 0.58% -
XYZ 12.51 15.62 30.37 -
YUV 95.99 157.35 81.64 -
System Red Green Blue C M Y K H S L
Decimal 31 119 148 0.79 0.20 0 0.42 194.87 0.65 0.35
Hex 1F 77 94 4F 14 0 2A C3 41 23
Octal 37 167 224 117 24 0 52 303 101 43
Binary 11111 1110111 10010100 1001111 10100 0 101010 11000011 1000001 100011

Color Harmonies of #1F7794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F7794

Black with #1F7794

Text Example


Text Example

White with #1F7794

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,119,148); }

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

background-color css

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

 a { background-color: rgb(31,119,148); }

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

border-color css

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

 span { border-color: rgb(31,119,148); }

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