Html Css Color HEX #1F657D Allports

📋 copy color: '#1F657D'

red 31 ◦ green 101 ◦ blue 125

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

Shades of Allports #1F657D

Tints of Allports #1F657D

RGB

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

 GREEN value IS 101 (39.84% from 255) = 39.3%

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

R = 12.06%
G = 39.3%
B = 48.64%

CMYK

 C value IS 0.75

 M value IS 0.19

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1F657D (or 0x1F657D) is known color: Allports. HEX triplet: 1F, 65 and 7D. RGB value is (31,101,125). Sum of RGB (Red+Green+Blue) = 31+101+125=257 (34% of max value = 765). Red value is 31 (12.5% from 255 or 12.06% from 257); Green value is 101 (39.84% from 255 or 39.30% from 257); Blue value is 125 (49.22% from 255 or 48.64% from 257); Max value from RGB is 125 - color contains mainly: blue. Hex color #1F657D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F657D is #E09A82. Grayscale: #525252. Windows color (decimal): -14719619 or 8217887. OLE color: 8217887.

HSL color Cylindrical-coordinate representation of color #1F657D: hue angle of 195.32º 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 #1F657D is Cyan = 0.75, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 31 101 125 -
CMYK 0.75 0.19 0 0.51
HSL 195.32º 0.6% 0.31% -
HSV(B) 195.32º 0.75% 0.49% -
XYZ 8.92 11.08 21.07 -
YUV 82.81 151.81 91.05 -
System Red Green Blue C M Y K H S L
Decimal 31 101 125 0.75 0.19 0 0.51 195.32 0.6 0.31
Hex 1F 65 7D 4B 13 0 33 C3 3C 1F
Octal 37 145 175 113 23 0 63 303 74 37
Binary 11111 1100101 1111101 1001011 10011 0 110011 11000011 111100 11111

Color Harmonies of #1F657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F657D

Black with #1F657D

Text Example


Text Example

White with #1F657D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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