Html Css Color HEX #1F647D Allports

📋 copy color: '#1F647D'

red 31 ◦ green 100 ◦ blue 125

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

Shades of Allports #1F647D

Tints of Allports #1F647D

RGB

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

 GREEN value IS 100 (39.45% from 255) = 39.06%

 BLUE value IS 125 (49.22% from 255) = 48.83%

R = 12.11%
G = 39.06%
B = 48.83%

CMYK

 C value IS 0.75

 M value IS 0.2

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1F647D (or 0x1F647D) is known color: Allports. HEX triplet: 1F, 64 and 7D. RGB value is (31,100,125). Sum of RGB (Red+Green+Blue) = 31+100+125=256 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.11% from 256); Green value is 100 (39.45% from 255 or 39.06% from 256); Blue value is 125 (49.22% from 255 or 48.83% from 256); Max value from RGB is 125 - color contains mainly: blue. Hex color #1F647D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F647D is #E09B82. Grayscale: #525252. Windows color (decimal): -14719875 or 8217631. OLE color: 8217631.

HSL color Cylindrical-coordinate representation of color #1F647D: hue angle of 195.96º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F647D is Cyan = 0.75, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 31 100 125 -
CMYK 0.75 0.2 0 0.51
HSL 195.96º 0.6% 0.31% -
HSV(B) 195.96º 0.75% 0.49% -
XYZ 8.82 10.89 21.04 -
YUV 82.22 152.14 91.47 -
System Red Green Blue C M Y K H S L
Decimal 31 100 125 0.75 0.2 0 0.51 195.96 0.6 0.31
Hex 1F 64 7D 4B 14 0 33 C4 3C 1F
Octal 37 144 175 113 24 0 63 304 74 37
Binary 11111 1100100 1111101 1001011 10100 0 110011 11000100 111100 11111

Color Harmonies of #1F647D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F647D

Black with #1F647D

Text Example


Text Example

White with #1F647D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,100,125); }

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

background-color css

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

 a { background-color: rgb(31,100,125); }

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

border-color css

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

 span { border-color: rgb(31,100,125); }

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