Html Css Color HEX #1F637C Allports

📋 copy color: '#1F637C'

red 31 ◦ green 99 ◦ blue 124

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

Shades of Allports #1F637C

Tints of Allports #1F637C

RGB

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

 GREEN value IS 99 (39.06% from 255) = 38.98%

 BLUE value IS 124 (48.83% from 255) = 48.82%

R = 12.2%
G = 38.98%
B = 48.82%

CMYK

 C value IS 0.75

 M value IS 0.20

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#1F637C (or 0x1F637C) is known color: Allports. HEX triplet: 1F, 63 and 7C. RGB value is (31,99,124). Sum of RGB (Red+Green+Blue) = 31+99+124=254 (33% of max value = 765). Red value is 31 (12.5% from 255 or 12.20% from 254); Green value is 99 (39.06% from 255 or 38.98% from 254); Blue value is 124 (48.83% from 255 or 48.82% from 254); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F637C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #1F637C is #E09C83. Grayscale: #515151. Windows color (decimal): -14720132 or 8151839. OLE color: 8151839.

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

Color convert

RGB 31 99 124 -
CMYK 0.75 0.20 0 0.51
HSL 196.13º 0.6% 0.3% -
HSV(B) 196.13º 0.75% 0.49% -
XYZ 8.67 10.67 20.67 -
YUV 81.52 151.97 91.97 -
System Red Green Blue C M Y K H S L
Decimal 31 99 124 0.75 0.20 0 0.51 196.13 0.6 0.3
Hex 1F 63 7C 4B 14 0 33 C4 3C 1E
Octal 37 143 174 113 24 0 63 304 74 36
Binary 11111 1100011 1111100 1001011 10100 0 110011 11000100 111100 11110

Color Harmonies of #1F637C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1F637C

Black with #1F637C

Text Example


Text Example

White with #1F637C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(31,99,124); }

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

background-color css

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

 a { background-color: rgb(31,99,124); }

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

border-color css

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

 span { border-color: rgb(31,99,124); }

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